com.bea.adapter.event
Class PushEvent
java.lang.Object
java.util.EventObject
com.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
PushEvent
public PushEvent(IPushHandler source)
- Constructs a PushEvent.
- Parameters:
source
- The object on which the Event initially occurred.
getPushSource
public IPushHandler getPushSource()
- The object on which the Event initially occurred.
- Returns:
- The object on which the Event initially occurred.