org.geotools.event
Class GTAdapter

java.lang.Object
  extended byorg.geotools.event.GTAdapter
All Implemented Interfaces:
GTListener

public class GTAdapter
extends java.lang.Object
implements GTListener

Helper class for listenting to style events.

This class provides several helper functions for processing StyleDelta.

Since:
2.2.M3

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

GTAdapter

public GTAdapter()
Method Detail

changed

public void changed(GTEvent event)
Description copied from interface: GTListener
Notifies this listener that some changes are happening, or have already happened.

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:

All you J2EE developers can stop laughing now.

Specified by:
changed in interface GTListener
Parameters:
event - the style change event


Copyright © GeoTools. All Rights Reserved.