com.ibm.dse.services.landp
Class TimeoutEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.dse.services.landp.TimeoutEvent

public class TimeoutEvent
extends java.util.EventObject

This is the event class to support the TimeoutListener interface.

See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimeoutEvent(java.lang.Object source)
          TimeoutEvent constructor.
 
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

TimeoutEvent

public TimeoutEvent(java.lang.Object source)
TimeoutEvent constructor.
Parameters:
source - java.lang.Object the object that generated the event