All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.eNetwork.ECL.event.ECLEvent
java.lang.Object
|
+----com.ibm.eNetwork.ECL.event.ECLEvent
- public class ECLEvent
- extends Object
Base event class which is extended by all ECL events. This class provides
access to the event source.
-
ECLEvent(Object)
- Constructor for generating a new ECLEvent.
-
GetSource()
- Returns the event source.
-
toString()
- Returns a string representation of the event.
ECLEvent
public ECLEvent(Object source)
- Constructor for generating a new ECLEvent.
- Parameters:
- source - The source of the event.
GetSource
public Object GetSource()
- Returns the event source.
toString
public String toString()
- Returns a string representation of the event.
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index