|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listens to changes in the Style content.
Changes are provided:
Since the Style data structure can be vast and complicated a trail of breadcrumbs (a delta) is provided to help find your way to the change.
Method Summary | |
void |
changed(GTEvent event)
Notifies this listener that some changes are happening, or have already happened. |
Method Detail |
public void changed(GTEvent event)
The supplied event gives details. This event object (and the delta within it) is valid only for the duration of the invocation of this method.
Note that during style change event notification, further changes to the style may be disallowed.
Note that this method is not guaranteed to execute in an user interface thread:
event
- the style change event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |