com.ibm.eNetwork.ECL.event
Class ECLEvent
java.lang.Object
|
+--com.ibm.eNetwork.ECL.event.ECLEvent
- Direct Known Subclasses:
- ECLPrintJobEvent, ECLProgressEvent, ECLPSEvent, ECLRecoDebugEvent, ECLTraceEvent
- public class ECLEvent
- extends java.lang.Object
Base event class which is extended by all ECL events. This class provides
access to the event source.
Constructor Summary |
ECLEvent(java.lang.Object source)
Constructor for generating a new ECLEvent. |
Method Summary |
java.lang.Object |
GetSource()
Returns the event source. |
java.lang.String |
toString()
Returns a string representation of the event. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ECLEvent
public ECLEvent(java.lang.Object source)
- Constructor for generating a new ECLEvent.
- Parameters:
source
- The source of the event.
GetSource
public java.lang.Object GetSource()
- Returns the event source.
toString
public java.lang.String toString()
- Returns a string representation of the event.
- Overrides:
toString
in class java.lang.Object