com.croftsoft.core.util.state
Interface StateMulticasterRemote

All Superinterfaces:
Remote
All Known Implementing Classes:
StateMulticasterProxy

public interface StateMulticasterRemote
extends Remote

An interface for remote objects that mulicast State updates.

Version:
1998-12-06
Author:
David Wallace Croft

Method Summary
 boolean addStateListener(StateListener stateListener)
           
 boolean removeStateListener(StateListener stateListener)
           
 void update(State state)
           
 

Method Detail

update

void update(State state)
            throws RemoteException
Throws:
RemoteException

addStateListener

boolean addStateListener(StateListener stateListener)
                         throws RemoteException
Throws:
RemoteException

removeStateListener

boolean removeStateListener(StateListener stateListener)
                            throws RemoteException
Throws:
RemoteException

CroftSoft Javadoc

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