com.swfm.mica.events
Class MiIExecuteActionHandler

java.lang.Object
  extended bycom.swfm.mica.events.MiEventHandler
      extended bycom.swfm.mica.events.MiIExecuteActionHandler
All Implemented Interfaces:
MiiCommandNames, MiiEventHandler, MiiEventTypes

public class MiIExecuteActionHandler
extends MiEventHandler

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
     
Constructor Summary
MiIExecuteActionHandler()
           
MiIExecuteActionHandler(MiEvent trigger, MiiAction action)
           
 
Method Summary
 MiiEventHandler copy()
          Returns a copy of this MiEventHandler.
 MiiAction getActionToExecute()
           
 void setActionToExecute(MiiAction action)
           
 java.lang.String toString()
          Returns information about this MiEventHandler.
 
Methods inherited from class com.swfm.mica.events.MiEventHandler
addEventToCommandTranslation, addEventToCommandTranslation, addEventToCommandTranslation, getAlwaysConsumeTriggerEvents, getCommand, getEvent, getEventToCommandTranslation, getName, getNameForType, getObject, getRequestedCommands, getRequestedEvents, getTarget, getType, isCommand, isEnabled, isPositionDependent, isSingleton, isType, processCommand, processCommand, processEvent, removeAllEventToCommandTranslations, removeEventToCommandTranslation, removeEventToCommandTranslation, removeEventToCommandTranslation, removeEventToCommandTranslation, setAlwaysConsumeTriggerEvents, setCommand, setEnabled, setEventToCommandTranslation, setEventToCommandTranslation, setEventToCommandTranslation, setIsSingleton, setName, setObject, setPositionDependent, setPropertyValue, setTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MiIExecuteActionHandler

public MiIExecuteActionHandler()

MiIExecuteActionHandler

public MiIExecuteActionHandler(MiEvent trigger,
                               MiiAction action)
Method Detail

setActionToExecute

public void setActionToExecute(MiiAction action)

getActionToExecute

public MiiAction getActionToExecute()

copy

public MiiEventHandler copy()
Description copied from class: MiEventHandler
Returns a copy of this MiEventHandler.

Specified by:
copy in interface MiiEventHandler
Overrides:
copy in class MiEventHandler
Returns:
the copy

toString

public java.lang.String toString()
Description copied from class: MiEventHandler
Returns information about this MiEventHandler.

Overrides:
toString in class MiEventHandler
Returns:
textual information (class name + unique numerical id + [disabled])