jaugment2.texteditor
Class TextEditorSwingRepresentationListener

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--jaugment2.texteditor.TextEditorSwingRepresentationListener

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

RemoteEventListener for TextEditorSwingRepresentation

See Also:
Serialized Form

Field Summary
private  TextEditorSwingRepresentation 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
TextEditorSwingRepresentationListener(TextEditorSwingRepresentation 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 TextEditorSwingRepresentation s
Constructor Detail

TextEditorSwingRepresentationListener

public TextEditorSwingRepresentationListener(TextEditorSwingRepresentation s)
                                      throws 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