Uses of Interface
com.arjuna.orbportability.event.EventHandler

Packages that use EventHandler
com.arjuna.orbportability.common   
com.arjuna.orbportability.event   
 

Uses of EventHandler in com.arjuna.orbportability.common
 

Methods in com.arjuna.orbportability.common that return types with arguments of type EventHandler
 List<EventHandler> OrbPortabilityEnvironmentBean.getEventHandlers()
          Returns the set of EventHandler instances.
 

Method parameters in com.arjuna.orbportability.common with type arguments of type EventHandler
 void OrbPortabilityEnvironmentBean.setEventHandlers(List<EventHandler> eventHandlers)
          Sets the instances of EventHandler.
 

Uses of EventHandler in com.arjuna.orbportability.event
 

Methods in com.arjuna.orbportability.event with parameters of type EventHandler
 boolean EventManager.addHandler(EventHandler h)
          Add the specified handler.
 boolean EventManager.removeHandler(EventHandler h)
          Remove the specified handler.
 



Copyright © 2012. All Rights Reserved.