org.jcreme.processing
Class RMITaskActivityMonitor.RemoteListenerImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.jcreme.processing.RMITaskActivityMonitor.RemoteListenerImpl
- All Implemented Interfaces:
- java.rmi.Remote, RemoteTaskActivityMonitor.RemoteListener, java.io.Serializable
- Enclosing class:
- RMITaskActivityMonitor
- public class RMITaskActivityMonitor.RemoteListenerImpl
- extends java.rmi.server.UnicastRemoteObject
- implements RemoteTaskActivityMonitor.RemoteListener
The RemoteListener implementation used by the RMITaskActivityMonitor.
- See Also:
- Serialized Form
Fields inherited from class java.rmi.server.RemoteObject |
ref |
Method Summary |
void |
propertyChange(java.beans.PropertyChangeEvent e)
Enables to communicate a PropertyChangeEvent to a distant listener. |
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 |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
monitor
protected final RMITaskActivityMonitor monitor
RMITaskActivityMonitor.RemoteListenerImpl
public RMITaskActivityMonitor.RemoteListenerImpl(RMITaskActivityMonitor monitor)
throws java.rmi.RemoteException
- Creates a new RemoteListenerImpl.
- Parameters:
monitor
- the RMITaskActivityMonitor that exposes the
RemoteTaskActivityMonitor listened to by this listener.
- Throws:
java.rmi.RemoteException
- if an error occurs during communication.
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent e)
- Description copied from interface:
RemoteTaskActivityMonitor.RemoteListener
- Enables to communicate a PropertyChangeEvent to a distant listener.
- Specified by:
propertyChange
in interface RemoteTaskActivityMonitor.RemoteListener
- Parameters:
e
- the event to propagate remotely.- See Also:
RemoteTaskActivityMonitor.RemoteListener.propertyChange(java.beans.PropertyChangeEvent)
Copyright 2006 null. All Rights Reserved.