org.csapi.jr.se
Class OutOfServiceEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.csapi.jr.se.OutOfServiceEvent
All Implemented Interfaces:
java.io.Serializable

public class OutOfServiceEvent
extends java.util.EventObject

This event type is used by the listener to indicate that the object has moved into an out of service state.

See Also:
Serialized Form

Constructor Summary
OutOfServiceEvent(java.lang.Object source)
          Constructor for the OutOfServiceEvent Event.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutOfServiceEvent

public OutOfServiceEvent(java.lang.Object source)
Constructor for the OutOfServiceEvent Event.

Parameters:
source - Reference to the object firing the event.