org.jacorb.notification
Class EventTypeSet

java.lang.Object
  extended byorg.jacorb.notification.EventTypeSet
Direct Known Subclasses:
CallbackManager, OfferManager, SubscriptionManager

public abstract class EventTypeSet
extends java.lang.Object

Version:
$Id: EventTypeSet.java,v 1.9 2005/04/13 20:32:52 alphonse.bendt Exp $
Author:
Alphonse Bendt

Field Summary
protected static EventType[] EMPTY_EVENT_TYPE
           
 
Constructor Summary
EventTypeSet()
           
 
Method Summary
protected abstract  void actionSetChanged(EventType[] added, EventType[] removed)
           
 void changeSet(EventType[] added, EventType[] removed)
           
protected  EventType[] getAllTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_EVENT_TYPE

protected static final EventType[] EMPTY_EVENT_TYPE
Constructor Detail

EventTypeSet

public EventTypeSet()
Method Detail

changeSet

public void changeSet(EventType[] added,
                      EventType[] removed)
               throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

actionSetChanged

protected abstract void actionSetChanged(EventType[] added,
                                         EventType[] removed)

getAllTypes

protected EventType[] getAllTypes()
                           throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException