|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.event.GTAdapter
Helper class for listenting to style events.
This class provides several helper functions for processing StyleDelta.
Constructor Summary | |
GTAdapter()
|
Method Summary | |
void |
changed(GTEvent event)
Notifies this listener that some changes are happening, or have already happened. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GTAdapter()
Method Detail |
public void changed(GTEvent event)
GTListener
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:
changed
in interface GTListener
event
- the style change event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |