public class OfferManager extends EventTypeSet implements NotifyPublishOperations
| Modifier and Type | Field and Description |
|---|---|
static OfferManager |
NULL_MANAGER |
EMPTY_EVENT_TYPE| Constructor and Description |
|---|
OfferManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionSetChanged(EventType[] added,
EventType[] removed) |
void |
addListener(NotifyPublishOperations listener) |
EventType[] |
obtain_offered_types() |
void |
offer_change(EventType[] added,
EventType[] removed) |
void |
removeListener(NotifyPublishOperations listener) |
changeSet, getAllTypespublic static final OfferManager NULL_MANAGER
public void addListener(NotifyPublishOperations listener)
public void removeListener(NotifyPublishOperations listener)
public void actionSetChanged(EventType[] added, EventType[] removed)
actionSetChanged in class EventTypeSetpublic void offer_change(EventType[] added, EventType[] removed) throws InvalidEventType
offer_change in interface NotifyPublishOperationsInvalidEventTypepublic EventType[] obtain_offered_types()
Copyright © 2015 JacORB. All rights reserved.