org.jacorb.notification.filter

Class CallbackManager

public class CallbackManager extends EventTypeSet implements Disposable

Version: $Id: CallbackManager.java,v 1.5 2006/01/29 21:20:46 alphonse.bendt Exp $

Author: Alphonse Bendt

Method Summary
protected voidactionSetChanged(EventType[] added, EventType[] removed)
intattach_callback(NotifySubscribe subscriber)
voiddetach_callback(int id)
voiddispose()
int[]get_callbacks()
voidreplaceWith(EventType[] replacement)

Method Detail

actionSetChanged

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

attach_callback

public int attach_callback(NotifySubscribe subscriber)

detach_callback

public void detach_callback(int id)

dispose

public void dispose()

get_callbacks

public int[] get_callbacks()

replaceWith

public void replaceWith(EventType[] replacement)