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, getAllTypes
public 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 EventTypeSet
public void offer_change(EventType[] added, EventType[] removed) throws InvalidEventType
offer_change
in interface NotifyPublishOperations
InvalidEventType
public EventType[] obtain_offered_types()
Copyright © 2016 JacORB. All rights reserved.