WebLogic Integration


com.bea.wlai.client
Interface EventListener


public interface EventListener

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

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
EventContext.addListener, ApplicationView.addEventListener

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

Method Detail

onEvent

public 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.

WebLogic Integration

WebLogic Integration (WLI)