WebLogic Integration


com.bea.adapter.event
Class PushEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.bea.adapter.event.PushEvent

public class PushEvent
extends java.util.EventObject

This class is used to communicate an event between a IPushHandler and the PushEventGenerator.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
PushEvent(IPushHandler source)
          Constructs a PushEvent.
 
Method Summary
 IPushHandler getPushSource()
          The object on which the Event initially occurred.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PushEvent

public PushEvent(IPushHandler source)
Constructs a PushEvent.

Parameters:
source - The object on which the Event initially occurred.
Method Detail

getPushSource

public IPushHandler getPushSource()
The object on which the Event initially occurred.

Returns:
The object on which the Event initially occurred.

WebLogic Integration

WebLogic Integration (WLI)