com.swfm.mica.events
Class MiIDisplayContextCursor

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

public class MiIDisplayContextCursor
extends MiEventMonitor
implements MiiTypes

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

Field Summary
       
Constructor Summary
MiIDisplayContextCursor()
           
 
Method Summary
 int processEvent(MiEvent event)
          Processes the given event.
 
Methods inherited from class com.swfm.mica.events.MiEventHandler
addEventToCommandTranslation, addEventToCommandTranslation, addEventToCommandTranslation, copy, getAlwaysConsumeTriggerEvents, getCommand, getEvent, getEventToCommandTranslation, getName, getNameForType, getObject, getRequestedCommands, getRequestedEvents, getTarget, getType, isCommand, isEnabled, isPositionDependent, isSingleton, isType, processCommand, processCommand, removeAllEventToCommandTranslations, removeEventToCommandTranslation, removeEventToCommandTranslation, removeEventToCommandTranslation, removeEventToCommandTranslation, setAlwaysConsumeTriggerEvents, setCommand, setEnabled, setEventToCommandTranslation, setEventToCommandTranslation, setEventToCommandTranslation, setIsSingleton, setName, setObject, setPositionDependent, setPropertyValue, setTarget, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MiIDisplayContextCursor

public MiIDisplayContextCursor()
Method Detail

processEvent

public int processEvent(MiEvent event)
Description copied from class: MiEventHandler
Processes the given event.

Specified by:
processEvent in interface MiiEventHandler
Overrides:
processEvent in class MiEventHandler
Parameters:
event - The event to process
Returns:
Mi_CONSUME_EVENT if no other event handlers should see this event Mi_PROPOGATE_EVENT if other event handlers can also see this event