gov.sandia.ccaffeine.dc.distributed
Class ShutdownEvent

java.lang.Object
  extended by java.util.EventObject
      extended by gov.sandia.ccaffeine.dc.distributed.ShutdownEvent
All Implemented Interfaces:
java.io.Serializable

public class ShutdownEvent
extends java.util.EventObject

Used to pass a shutdown command or shutdown notice from one object to another object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ShutdownEvent(java.lang.Object source)
          Create shutdown object.
 
Method Summary
 
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

ShutdownEvent

public ShutdownEvent(java.lang.Object source)
Create shutdown object.

Parameters:
source - The object that created this ShutdowntEvent.