Uses of Interface
org.ow2.util.event.api.IEventListener

Uses of IEventListener in org.ow2.util.event.api
 

Methods in org.ow2.util.event.api with parameters of type IEventListener
 void IEventDispatcher.addListener(IEventListener listener)
          Add an event listener.
 boolean IEvent.checkPermission(IEventListener eventListener)
          Check whether the event listener has permission to receive this event.
 void IEventService.registerListener(IEventListener listener, java.lang.String regexp)
          Register a new event listener.
The listener will automatically be register with each registered dispatcher matching the given regexp.
 void IEventDispatcher.removeListener(IEventListener listener)
          Remove an event listener.
 void IEventService.unregisterListener(IEventListener listener)
          Unregister an event listener.
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.