com.bea.wlai.client
Interface EventListener


public interface EventListener

Interface used to receive notification of the occurrence of events from an EventContext or ApplicationView.

See Also:
EventContext.addListener, ApplicationView.addEventListener

Method Summary
 void onEvent(IEvent event)
          Called when an event has occurred.
 

Method Detail

onEvent

void onEvent(IEvent event)
Called when an event has occurred. Only events to which this listener has subscribed (via EventContext.addListener or ApplicationView.addEventListener) will be delivered.