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

Constructor Index

 o RemoteNotificationDispatcher()
 o RemoteNotificationDispatcher(Observer)

Method Index

 o remoteUpdate(Serializable[])
 o setObserver(Observer)

Constructors

 o RemoteNotificationDispatcher
 public RemoteNotificationDispatcher(Observer obs) throws RemoteException
 o RemoteNotificationDispatcher
 public RemoteNotificationDispatcher() throws RemoteException

Methods

 o setObserver
 public void setObserver(Observer obs)
 o remoteUpdate
 public synchronized void remoteUpdate(Serializable arg[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index