All Packages Class Hierarchy This Package Previous Next Index
Class jas.swingstudio.RemoteNotificationDispatcher
java.lang.Object
|
+----java.rmi.server.RemoteObject
|
+----java.rmi.server.RemoteServer
|
+----java.rmi.server.UnicastRemoteObject
|
+----jas.swingstudio.RemoteNotificationDispatcher
- public class RemoteNotificationDispatcher
- extends UnicastRemoteObject
- implements RemoteObserver
-
RemoteNotificationDispatcher()
-
-
RemoteNotificationDispatcher(Observer)
-
-
remoteUpdate(Serializable[])
-
-
setObserver(Observer)
-
RemoteNotificationDispatcher
public RemoteNotificationDispatcher(Observer obs) throws RemoteException
RemoteNotificationDispatcher
public RemoteNotificationDispatcher() throws RemoteException
setObserver
public void setObserver(Observer obs)
remoteUpdate
public synchronized void remoteUpdate(Serializable arg[])
All Packages Class Hierarchy This Package Previous Next Index