org.ow2.easybeans.api.event
Interface EZBEventManager


public interface EZBEventManager

Interface for events managers.

Author:
eyindanga

Method Summary
 void addEventListener(EZBEventListener eventListener)
          Add an event listener.
 EZBEventComponent getEventComponent()
          gets the event component.
 List<EZBEventListener> getEventListeners()
          Gets all the event listeners.
 void setEventComponent(EZBEventComponent eventComponent)
          Set the event component.
 

Method Detail

setEventComponent

void setEventComponent(EZBEventComponent eventComponent)
Set the event component.

Parameters:
eventComponent - the event component to set

getEventComponent

EZBEventComponent getEventComponent()
gets the event component.

Returns:
the event component.

addEventListener

void addEventListener(EZBEventListener eventListener)
Add an event listener.

Parameters:
eventListener - the evnt listener to add.

getEventListeners

List<EZBEventListener> getEventListeners()
Gets all the event listeners.

Returns:
the event listeners.


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.