A D E G I O R S U

A

addListener(IEventListener) - Method in class org.ow2.util.event.impl.EventDispatcher
Add a listener.

D

dispatch(IEvent) - Method in class org.ow2.util.event.impl.EventDispatcher
Dispatch this event.
dispatch(IEvent, EventPriority) - Method in class org.ow2.util.event.impl.EventDispatcher
Dispatch an event.
dispatch(IEvent, long) - Method in class org.ow2.util.event.impl.EventDispatcher
Dispatch an event.
dispatch(IEvent, int) - Method in class org.ow2.util.event.impl.EventDispatcher
Dispatch an event.
dispatch(IEvent, EventPriority, long) - Method in class org.ow2.util.event.impl.EventDispatcher
Dispatch an event.
dispatch(IEvent, EventPriority, int) - Method in class org.ow2.util.event.impl.EventDispatcher
Dispatch an event.
dispatch(IEvent, long, int) - Method in class org.ow2.util.event.impl.EventDispatcher
Dispatch an event.
dispatch(IEvent, EventPriority, long, int) - Method in class org.ow2.util.event.impl.EventDispatcher
Dispatch an event.

E

EventDispatcher - Class in org.ow2.util.event.impl
Define methods needed to register listeners and dispatch events.
EventDispatcher() - Constructor for class org.ow2.util.event.impl.EventDispatcher
The dispatcher constructor.
EventService - Class in org.ow2.util.event.impl
Allow to register event dispatchers with an id.
Each listeners are associate with a regexp used to register the listener on all matching dispatchers.
EventService() - Constructor for class org.ow2.util.event.impl.EventService
 

G

getDispatcher(String) - Method in class org.ow2.util.event.impl.EventService
Get the event dispatcher with the given id.
getNbWorkers() - Method in class org.ow2.util.event.impl.EventDispatcher
Get the number of workers.

I

isAvailable() - Method in class org.ow2.util.event.impl.EventDispatcher
Get the dispatcher state.

O

org.ow2.util.event.impl - package org.ow2.util.event.impl
 

R

registerDispatcher(String, IEventDispatcher) - Method in class org.ow2.util.event.impl.EventService
Register a new event dispatcher.
registerListener(IEventListener, String) - Method in class org.ow2.util.event.impl.EventService
Register a new event listener.
The listener will automatically be register with each registered dispatcher matching the given regexp.
removeListener(IEventListener) - Method in class org.ow2.util.event.impl.EventDispatcher
Remove a listener.

S

setNbWorkers(int) - Method in class org.ow2.util.event.impl.EventDispatcher
Set the number of workers.
start() - Method in class org.ow2.util.event.impl.EventDispatcher
Start the dispatcher.
start() - Method in class org.ow2.util.event.impl.EventService
Start the service.
stop() - Method in class org.ow2.util.event.impl.EventDispatcher
Stop the dispatcher.
stop() - Method in class org.ow2.util.event.impl.EventService
Stop the service.

U

unregisterDispatcher(String) - Method in class org.ow2.util.event.impl.EventService
Unregister an event dispatcher.
unregisterListener(IEventListener) - Method in class org.ow2.util.event.impl.EventService
Unregister an event listener.

A D E G I O R S U

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