com.croftsoft.core.util.state
Class StateListenerProxy

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by com.croftsoft.core.util.state.StateListenerProxy
All Implemented Interfaces:
StateListenerRemote, Serializable, Remote

public class StateListenerProxy
extends UnicastRemoteObject
implements StateListenerRemote

An adapter for StateListeners of remote States.

Version:
1998-12-05
See Also:
Serialized Form
Author:
David Wallace Croft

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
StateListenerProxy(StateListener stateListener)
           
 
Method Summary
 void stateListen(State state)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateListenerProxy

public StateListenerProxy(StateListener stateListener)
                   throws RemoteException
Throws:
RemoteException
Method Detail

stateListen

public void stateListen(State state)
                 throws RemoteException
Specified by:
stateListen in interface StateListenerRemote
Throws:
RemoteException

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)