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

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

public class GetInstancesEvent
extends java.util.EventObject

An entity can use this event to notify components that it wants to get all of the instantiated cca components. A view entity might respond by rendering cca components in the main workspace (the arena). The end-user can drag components to new locations, remove components, draw lines between components, view or edit the component's properties, etc.

See Also:
Serialized Form

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

GetInstancesEvent

public GetInstancesEvent(java.lang.Object source)
Create a GetInstancesEvent. An entity can use this event to notify components that it wants to get all of the instantiated cca components. A view entity might respond by rendering cca components in the main workspace (the arena). The end-user can drag components to new locations, remove components, draw lines between components, view or edit the component's properties, etc.