public class CallbackManager extends EventTypeSet implements Disposable
EMPTY_EVENT_TYPE
Constructor and Description |
---|
CallbackManager() |
Modifier and Type | Method and Description |
---|---|
protected void |
actionSetChanged(EventType[] added,
EventType[] removed) |
int |
attach_callback(NotifySubscribe subscriber) |
void |
detach_callback(int id) |
void |
dispose() |
int[] |
get_callbacks() |
void |
replaceWith(EventType[] replacement) |
changeSet, getAllTypes
public int attach_callback(NotifySubscribe subscriber)
public void detach_callback(int id)
public int[] get_callbacks()
protected void actionSetChanged(EventType[] added, EventType[] removed)
actionSetChanged
in class EventTypeSet
public void replaceWith(EventType[] replacement)
public void dispose()
Copyright © 2016 JacORB. All rights reserved.