gov.sandia.ccaffeine.dc.user_iface.MVC.event
Class HeartbeatEvent

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

public class HeartbeatEvent
extends java.util.EventObject

Used to notify components that an entity wishes to emit a heartbeat. A view might respond by sending a heartbeat to the cca srever.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
HeartbeatEvent(java.lang.Object source)
          Create a HeartbeatEvent.
 
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 HeartbeatEvent. Can be used to notify components that an entity wishes to emit a heartbeat. A view might respond by sending a heartbeat to the cca srever.

Parameters:
source - The entity that created this event.