com.bea.adapter.event
Class PushEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.bea.adapter.event.PushEvent
All Implemented Interfaces:
Serializable

public class PushEvent
extends EventObject

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

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

Field Summary
 
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.