org.geotools.styling
Class StyleEvent.Type

java.lang.Object
  extended byorg.geotools.styling.StyleEvent.Type
Enclosing class:
StyleEvent

public static class StyleEvent.Type
extends java.lang.Object

Constants used to indicate the type of StyleChangedEvent


Field Summary
static StyleEvent.Type POST_CHANGE
          Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more style constructs expressed as a hierarchical delta as returned by getDelta.
static StyleEvent.Type PRE_DELETE
          Event type constant (bit mask) indicating a before-the-fact report of the impending deletion of a single style construct.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POST_CHANGE

public static final StyleEvent.Type POST_CHANGE
Event type constant (bit mask) indicating an after-the-fact report of creations, deletions, and modifications to one or more style constructs expressed as a hierarchical delta as returned by getDelta.

See Also:
StyleEvent.getType(), StyleEvent.getDelta()

PRE_DELETE

public static final StyleEvent.Type PRE_DELETE
Event type constant (bit mask) indicating a before-the-fact report of the impending deletion of a single style construct.

See Also:
StyleEvent.getType(), #getService()


Copyright © GeoTools. All Rights Reserved.