org.joone.util
Class PlugInEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.joone.util.PlugInEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InputPluginEvent, OutputPluginEvent

public class PlugInEvent
extends java.util.EventObject

This event is sent by plug-ins indicating that data is changed. Listeners (implemening PlugInListener) will be notified by this event that data is changed.

Author:
Boris Jansen
See Also:
Serialized Form

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

PlugInEvent

public PlugInEvent(java.lang.Object anObject)
Creates a new instance of PlugInEvent

Parameters:
anObject - the object that creates and sends this event to the listeners.


Submit Feedback to pmarrone@users.sourceforge.net