org.csapi.jr.se
Class InvalidActivityEvent

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

public class InvalidActivityEvent
extends java.util.EventObject

This event type is used by the listener to indicate that the object has moved into an invalid activity state.

See Also:
Serialized Form

Constructor Summary
InvalidActivityEvent(java.lang.Object source)
          Constructor for the InvalidActivityEvent 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

InvalidActivityEvent

public InvalidActivityEvent(java.lang.Object source)
Constructor for the InvalidActivityEvent event

Parameters:
source - Reference to the object firing the event