com.bea.adapter.event
Interface IPushListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AbstractPushEventGenerator

public interface IPushListener
extends EventListener

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

Author:
Copyright (c) 1998-2000 by BEA Systems, Inc. All Rights Reserved.

Method Summary
 void performPush(PushEvent e)
          response method
 

Method Detail

performPush

public void performPush(PushEvent e)
response method