OGS Java API Spec

ogs.core
Class Modifier.Event

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ogs.core.Modifier.Event
All Implemented Interfaces:
Serializable
Enclosing class:
Modifier

public class Modifier.Event
extends EventObject

An event indicating that a modifier has changed value.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 int getPreviousValue()
          Determine previous value of modifier.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPreviousValue

public int getPreviousValue()
Determine previous value of modifier.

Returns:
Previous value of modifier.

OGS Java API Spec