WebLogic Integration


com.bea.adapter.event
Interface IPushListener

All Known Implementing Classes:
AbstractPushEventGenerator

public interface IPushListener
extends java.util.EventListener

The PushListener is implemented by classes required to receive notification of an event.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void performPush(PushEvent e)
          response method
 

Method Detail

performPush

public void performPush(PushEvent e)
                 throws java.lang.Exception
response method

Parameters:
PushEvent - Event generated by a push event handler object

WebLogic Integration

WebLogic Integration (WLI)