Package gov.sandia.ccaffeine.dc.user_iface.MVC.event

Interface Summary
ControllerListener ControllerListeners can respond to events from the client side controller.
GuiListener GuiListeners can respond to events from the GUI.
GuiUserListener Request access to the GUI.
PythonControllerListener Listens for events from a ControllerPython.
ResultSetListener Can listen for responses to queries.
 

Class Summary
AddComponentClassEvent Used to notify components that the cca server added a new class that can be used to instantiate cca components.
AddProvidesPortsEvent Used to notify components that the cca server added one or more Provides Ports to a component.
AddUsesPortsEvent Used to notify components that the cca server added one or more Uses Ports to a component.
CcaComponentPropertySetValueEvent  
CcaComponentPropertyValueEvent  
CcaComponentPropertyValuesEvent  
CcaConnectionsBetweenTwoPortsEvent used to transfer cca connections from one entity to another entity
CcaConnectTwoPortsEvent  
CcaDisconnectTwoPortsEvent  
CcaPortParameterCurrentValueEvent  
CcaPortParameterDefaultValueEvent Cca components contain ports.
CcaPortParameterDialogBoxEvent  
CcaPortParameterEndDialogBoxEvent  
CcaPortParameterHelpEvent  
CcaPortParameterNewFieldEvent  
CcaPortParameterOneEnumeratedValueEvent  
CcaPortParameterPromptEvent  
CcaPortParameterRangeOfValuesEvent  
CcaPortParameterSetValueEvent  
CcaPortParametersEvent Cca components contain ports.
CcaPortParameterTabEvent  
CloseCcaFrameworkEvent  
CloseComponentEvent  
ComponentClassNamesEvent  
ComponentInstancesEvent used to transfer components from one entity to another entity
ComponentPropertiesEvent Used to notify components that an entity wants to either retrieve the value of a component property or wants to set the value of a component property.
ConnectEvent Used to notify components that the cca server connected a Provides Port from one component to a Uses Port.
DisconnectEvent Used to notify components that the cca server broke a connection between a Provides Port and a Uses Port.
DisplayChainEvent This event can be used to notify components that an entity wants to know what connections are in the arena.
DisplayComponentEvent This event can be used to notify components that an entity wants some information on a cca component.
DisplayEvent This event can be used to notify components that an entity wants some information.
DisplayPaletteEvent This event can be used to notify components that an entity wants to know what components are in the palette.
DisplayStateEvent This event can be used to notify components that an entity wants to know what components are in the arena and what connections exist between the component.
ExceptionEvent This event can be used to notify entities that an exception was thrown.
ExitEvent Used to notify components that the cca server has terminated its communication link with this client.
FixSharedLibraryEvent  
GetComponentPropertyEvent Used to notify components that the cca server wants the GUI to display the value of a component property.
GetInstancesEvent An entity can use this event to notify components that it wants to get all of the instantiated cca components.
GoComponentPortEvent Tis event can be used to notify components that this entity wants to invoke the "go" command on a specific port that is located on a specific component.
GoEvent Can be used to notify components that an entity wants to launch the application.
HeartbeatEvent Used to notify components that an entity wishes to emit a heartbeat.
InstantiateComponentEvent  
InstantiateEvent Used to notify components that the cca server used a cca component class to instantiate a new cca component object.
LaunchGoOnAllComponentsEvent  
LaunchGoOnOneComponentEvent  
LoadComponentEvent  
LoadEvent Used to notify components that the cca server loaded the class of a cca component.
MessageEvent Used to notify components that the cca server sent a message to this client.
NukeAllEvent Used to notify components that an entity wants to delete all components.
OpenCcaFrameworkEvent  
ParamCurrentEvent Cca components contain ports.
ParamDefaultEvent Cca components contain ports.
ParamDialogEvent Cca components contain ports.
ParamEndDialogEvent Cca components contain ports.
ParamEvent Cca components contain ports.
ParamFieldEvent Cca components contain ports.
ParamGetCurrentEvent Cca components contain ports.
ParamHelpEvent Cca components contain ports.
ParamNumberRangeEvent Cca components contain ports.
ParamPromptEvent Cca components contain ports.
ParamStringChoiceEvent Cca components contain ports.
ParamTabEvent Cca components contain ports.
PathEvent Tell the cca server to change the path or tell the cca server to retrieve the path.
PortPropertiesEvent Used to notify components that an entity wants to either retrieve the value of a port property or wants to set the value of a port property.
PrintEvent Used to notify components that an entity wants to print a string.
QueryEvent Used to notify components that an entity wants to send a query.
RemoveEvent Is used to notify entities that a component is to be removed or has already been removed.
RemoveInstantiatedComponentEvent  
RemoveInstantiatedComponentsEvent  
RepositoryEvent An entity can use this event to request a list of all components that are in the repository or to request one specific component.
ResultSetEvent Used to return the result of a QueryEvent.
RevalidateEvent Tthis event can be used to notify all listeners that the cca server has revalidated all of the cca ports in a cca component.
SetComponentPropertyEvent Used to notify components that the cca server has set the value of a property that is inside a cca component.
SetDebugEvent This event can be used to notify components that an entity wants to turn on debugging or turn off debugging.
SetDebugFlagEvent Used to notify listeners that the debug flag is set.
SetPathsToCcaComponentsEvent Used to notify listeners that the path to the cca components is set.
SetPathToCcaComponentsEvent Used to notify listeners that the path to the cca components is set.
SetPortPropertyEvent Used to notify components that the cca server has set the value of a property that is inside a port of a cca component.
ShellEvent An entity can use this event to request an O.S.
StringEvent Used to notify components that an entity wants to send a string to the cca server.
ThreadWaitForResultSet We sent a query to an entity.