jaugment2.mail
Class JavaMailSwingRepresentationListener

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--jaugment2.mail.JavaMailSwingRepresentationListener

public class JavaMailSwingRepresentationListener
extends java.rmi.server.UnicastRemoteObject
implements net.jini.core.event.RemoteEventListener

Lintens for events for a JavaMailSwingRepresentation

See Also:
Serialized Form

Field Summary
private  JavaMailSwingRepresentation s
           
 
Fields inherited from class java.rmi.server.UnicastRemoteObject
csf, port, portFactoryParamTypes, portParamTypes, serialVersionUID, ssf
 
Fields inherited from class java.rmi.server.RemoteServer
log, logname, serialVersionUID
 
Fields inherited from class java.rmi.server.RemoteObject
ref, serialVersionUID
 
Constructor Summary
JavaMailSwingRepresentationListener(JavaMailSwingRepresentation s)
           
 
Method Summary
 void notify(net.jini.core.event.RemoteEvent evt)
          React to events from our service.
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
, clone, exportObject, exportObject, exportObject, exportObject, readObject, reexport, 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, writeObject
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

s

private JavaMailSwingRepresentation s
Constructor Detail

JavaMailSwingRepresentationListener

public JavaMailSwingRepresentationListener(JavaMailSwingRepresentation s)
                                    throws net.jini.core.event.UnknownEventException,
                                           java.rmi.RemoteException
Method Detail

notify

public void notify(net.jini.core.event.RemoteEvent evt)
            throws net.jini.core.event.UnknownEventException,
                   java.rmi.RemoteException
React to events from our service.
Specified by:
notify in interface net.jini.core.event.RemoteEventListener