org.jacorb.notification

Class OfferManager

Implemented Interfaces:
Configurable, NotifyPublishOperations

public class OfferManager
extends org.jacorb.notification.EventTypeSet
implements NotifyPublishOperations

Version:
$Id: OfferManager.java,v 1.3 2004/05/06 12:39:59 nicolas Exp $

Author:
Alphonse Bendt

Field Summary

Fields inherited from class org.jacorb.notification.EventTypeSet

logger_

Method Summary

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)

Methods inherited from class org.jacorb.notification.EventTypeSet

changeSet, configure, getAllTypes

Method Details

actionSetChanged

public void actionSetChanged(EventType added,
                             EventType removed)


addListener

public void addListener(NotifyPublishOperations listener)


obtain_offered_types

public EventType[] obtain_offered_types()


offer_change

public void offer_change(EventType added,
                         EventType removed)
            throws InvalidEventType


removeListener

public void removeListener(NotifyPublishOperations listener)