org.opa.option
Class OPAOptionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.opa.option.OPAOptionEvent
All Implemented Interfaces:
java.io.Serializable

public class OPAOptionEvent
extends java.util.EventObject

This class represents a change to the OPA options. This occurs after any client code makes an update via OPAOptionManager. However, it is possible, for efficiency reasons, that multiple updates may occur before an OPAOptionEvent is signalled.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
OPAOptionEvent(java.lang.Object source)
          Creates a new instance of OPAOptionEvent
 
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
 

Constructor Detail

OPAOptionEvent

public OPAOptionEvent(java.lang.Object source)
Creates a new instance of OPAOptionEvent