com.croftsoft.core.util.state
Class StateListenerAmbassador

java.lang.Object
  extended by com.croftsoft.core.util.state.StateListenerAmbassador
All Implemented Interfaces:
StateListener, Serializable

public class StateListenerAmbassador
extends Object
implements StateListener, Serializable

An ambassador proxy for StateListenerRemote objects.

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

Constructor Summary
StateListenerAmbassador(StateListenerRemote stateListenerRemote)
           
StateListenerAmbassador(StateListenerRemote stateListenerRemote, ExceptionListener exceptionListener)
           
 
Method Summary
 void stateListen(State state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateListenerAmbassador

public StateListenerAmbassador(StateListenerRemote stateListenerRemote,
                               ExceptionListener exceptionListener)

StateListenerAmbassador

public StateListenerAmbassador(StateListenerRemote stateListenerRemote)
Method Detail

stateListen

public void stateListen(State state)
Specified by:
stateListen in interface StateListener

CroftSoft Javadoc

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