org.jcreme.processing
Class RMITaskActivityMonitor.RemoteListenerImpl

java.lang.Object
  extended byjava.rmi.server.RemoteObject
      extended byjava.rmi.server.RemoteServer
          extended byjava.rmi.server.UnicastRemoteObject
              extended byorg.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

Field Summary
protected  RMITaskActivityMonitor monitor
           
(package private) static long serialVersionUID
           
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RMITaskActivityMonitor.RemoteListenerImpl(RMITaskActivityMonitor monitor)
          Creates a new RemoteListenerImpl.
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

monitor

protected final RMITaskActivityMonitor monitor
Constructor Detail

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.
Method Detail

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.