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

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

public class SetDebugEvent
extends java.util.EventObject

This event can be used to notify components that an entity wants to turn on debugging or turn off debugging. A view might respond by sending either a "debug, "noisy," "nodebug," or "quiet" command to the cca server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SetDebugEvent(java.lang.Object source)
          Create a SetDebugEvent that can be used to notify components that an entity wants to turn on debugging.
 
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

SetDebugEvent

public SetDebugEvent(java.lang.Object source)
Create a SetDebugEvent that can be used to notify components that an entity wants to turn on debugging. A view might respond by sending either a "debug, "noisy," "nodebug," or "quiet" command to the cca server.

Parameters:
source - The entity that created this event.