All Packages Class Hierarchy This Package Previous Next Index
Interface weblab.net.SubscriberUser
- public interface SubscriberUser
Public interface for Subscriber. All user code that utilizes Subscriber
must implement this Interface.
- See Also:
- Subscriber
-
update(String, Object)
- Update Subscriber's knowledge of a Subject.
update
public abstract void update(String name,
Object v)
- Update Subscriber's knowledge of a Subject.
- Parameters:
- name - The Subject's name.
- v - The Subject's new value.
All Packages Class Hierarchy This Package Previous Next Index