Uses of Class
org.eclipse.actf.model.event.ModelEventType

Packages that use ModelEventType
org.eclipse.actf.accservice.core.win32.ia2   
org.eclipse.actf.accservice.core.win32.msaa   
org.eclipse.actf.model   
 

Uses of ModelEventType in org.eclipse.actf.accservice.core.win32.ia2
 

Methods in org.eclipse.actf.accservice.core.win32.ia2 with parameters of type ModelEventType
 void IA2GuiModel.registerModelEventListener(IModelEventListener listener, ModelEventType[] eventTypes)
          register a listener to receive notification when events with the given eventTypes are fired within this model. The eventTypes should be obtained from one of the getModelEventTypes methods.
 void IA2GuiModel.unregisterModelEventListener(IModelEventListener listener, ModelEventType[] eventTypes)
          unregister a previously registered listener. The eventTypes should be obtained from either of the getModelEventTypes methods.
 

Uses of ModelEventType in org.eclipse.actf.accservice.core.win32.msaa
 

Methods in org.eclipse.actf.accservice.core.win32.msaa that return ModelEventType
 ModelEventType[] MsaaGuiModel.getModelEventTypes(Class sourceType)
          get the model event types for the given source type.
 

Methods in org.eclipse.actf.accservice.core.win32.msaa with parameters of type ModelEventType
 void MsaaGuiModel.registerModelEventListener(IModelEventListener listener, ModelEventType[] eventTypes)
          register a listener to receive notification when events with the given eventTypes are fired within this model.
 void MsaaGuiModel.unregisterModelEventListener(IModelEventListener listener, ModelEventType[] eventTypes)
          unregister a previously registered listener.
 

Uses of ModelEventType in org.eclipse.actf.model
 

Methods in org.eclipse.actf.model that return ModelEventType
 ModelEventType AbstractGuiModel.getModelEventType(Object eventId)
          get the ModelEventType instances associated with the given event id.
 ModelEventType IGuiModel.getModelEventType(Object eventId)
          get the ModelEventType instances associated with the given event id.
 ModelEventType[] AbstractGuiModel.getModelEventTypes(Class c)
           
 ModelEventType[] IGuiModel.getModelEventTypes(Class sourceType)
          get the model event types for the given source type.
 

Methods in org.eclipse.actf.model with parameters of type ModelEventType
 void AbstractGuiModel.registerModelEventListener(IModelEventListener listener, ModelEventType[] eventTypes)
           
 void IGuiModel.registerModelEventListener(IModelEventListener listener, ModelEventType[] eventTypes)
          register a listener to receive notification when events with the given eventTypes are fired within this model.
 void AbstractGuiModel.unregisterModelEventListener(IModelEventListener listener, ModelEventType[] eventTypes)
           
 void IGuiModel.unregisterModelEventListener(IModelEventListener listener, ModelEventType[] eventTypes)
          unregister a previously registered listener.