IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.services.landp
Class TimeoutEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.ibm.dse.services.landp.TimeoutEvent
All Implemented Interfaces:
java.io.Serializable

public class TimeoutEvent
extends java.util.EventObject

This is the event class to support the TimeoutListener interface.

See Also:
Serialized Form

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

Parameters:
source - java.lang.Object - the object that generated the event

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005