All Packages Class Hierarchy This Package Previous Next Index
Interface weblab.net.SubscriberInt
- public interface SubscriberInt
- extends Remote
SubscriberInt is the internal remote interface implemented by
SubscriberImp and accessed by Subject.
- See Also:
- Subject, SubscriberImp
-
name()
- Return Subscriber's name.
-
update(Subject)
- Update Subscriber's knowledge of a Subject.
name
public abstract String name() throws RemoteException
- Return Subscriber's name.
update
public abstract void update(Subject s) throws RemoteException
- Update Subscriber's knowledge of a Subject.
- Parameters:
- s - The Subject.
All Packages Class Hierarchy This Package Previous Next Index