gov.sandia.ccaffeine.dc.distributed
Class HeartbeatEvent

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

public class HeartbeatEvent
extends java.util.EventObject

Used to pass a heartbeat from one object to another object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HeartbeatEvent(java.lang.Object source)
          Create a heartbeat 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

HeartbeatEvent

public HeartbeatEvent(java.lang.Object source)
Create a heartbeat object.

Parameters:
source - The object that created this HeartbeatEvent.