com.objectspace.voyager.space.publishing
Interface PublishedEventListener
- All Known Subinterfaces:
- ISubscriber
- All Known Implementing Classes:
- Subscriber
- public abstract interface PublishedEventListener
- extends java.util.EventListener
PublishedEventListener is the interface that must be implemented by
any object that wishes to directly receive notification of events
published into a Space.
- Version:
- 3.0
Method Summary |
void |
publishedEvent(java.util.EventObject event,
Topic topic)
An event associated with the specified topic was published into a Space. |
publishedEvent
public void publishedEvent(java.util.EventObject event,
Topic topic)
- An event associated with the specified topic was published into a Space.
- Parameters:
event
- The eventtopic
- The topic associated with the event.
(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240