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.


Constructor Index

 o ECLEvent(Object)
Constructor for generating a new ECLEvent.

Method Index

 o GetSource()
Returns the event source.
 o toString()
Returns a string representation of the event.

Constructors

 o ECLEvent
 public ECLEvent(Object source)
Constructor for generating a new ECLEvent.

Parameters:
source - The source of the event.

Methods

 o GetSource
 public Object GetSource()
Returns the event source.

 o 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