Novell exteNd
Director 5.2 API

com.sssw.fw.event.api
Class EboEvent

java.lang.Object
 |
 +--com.sssw.fw.event.api.EboEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EboStateChangeEvent

public class EboEvent
extends Object
implements Serializable

Represents the base of event object hierarchy.

See Also:
Serialized Form

Constructor Summary
EboEvent()
          Constructor.
 
Method Summary
 Object getObject()
          Gets the custom object.
 void setObject(Object obj)
          Sets the custom object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EboEvent

public EboEvent()
Constructor.
Method Detail

getObject

public Object getObject()
Gets the custom object.
Returns:
the custom object, if any was set, null otherwise

setObject

public void setObject(Object obj)
Sets the custom object.
Parameters:
obj - the custom object

Novell exteNd
Director 5.2 API