com.sun.lwuit.events
Interface StyleListener

All Known Implementing Classes:
Button, Calendar, CheckBox, ComboBox, Component, Container, ContainerList, DefaultListCellRenderer, Dialog, EmbeddedContainer, Form, HTMLComponent, Label, List, MediaComponent, MenuBar, PeerComponent, RadioButton, Slider, Spinner, TabbedPane, Table, Tabs, TextArea, TextField, Tree, VideoComponent, VirtualKeyboard

public interface StyleListener

Invoked to indicate a change in a Style property

Author:
Chen Fishbein

Method Summary
 void styleChanged(java.lang.String propertyName, Style source)
          Invoked to indicate a change in a propertyName of a Style
 

Method Detail

styleChanged

void styleChanged(java.lang.String propertyName,
                  Style source)
Invoked to indicate a change in a propertyName of a Style

Parameters:
propertyName - the property name that was changed
source - The changed Style object