org.jacorb.notification.filter
Class CallbackManager
java.lang.Object
org.jacorb.notification.EventTypeSet
org.jacorb.notification.filter.CallbackManager
- All Implemented Interfaces:
- org.picocontainer.Disposable
public class CallbackManager
- extends EventTypeSet
- implements Disposable
- Author:
- Alphonse Bendt
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallbackManager
public CallbackManager()
attach_callback
public int attach_callback(NotifySubscribe subscriber)
detach_callback
public void detach_callback(int id)
get_callbacks
public int[] get_callbacks()
actionSetChanged
protected void actionSetChanged(EventType[] added,
EventType[] removed)
- Specified by:
actionSetChanged in class EventTypeSet
replaceWith
public void replaceWith(EventType[] replacement)
dispose
public void dispose()
- Specified by:
dispose in interface org.picocontainer.Disposable
Copyright © 2015 JacORB. All rights reserved.