public interface ProxyObserver<V extends C2KLocalObject>
| Modifier and Type | Method and Description |
|---|---|
void |
add(V contents)
Subscribed items are broken apart and fed one by one to these methods.
|
void |
control(String control,
String msg) |
void |
remove(String id)
the 'type' parameter should be an indication of the type of object
supplied so that the subscriber can associate the call back with
one of its subscriptions.
|
void add(V contents)
void remove(String id)
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.