jaugment2.UI.textUI
Class TextInputDevice.TextInputRemoteEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.jini.core.event.RemoteEvent
              |
              +--jaugment2.UI.textUI.TextInputDevice.TextInputRemoteEvent
Enclosing class:
TextInputDevice

public static class TextInputDevice.TextInputRemoteEvent
extends net.jini.core.event.RemoteEvent

Class for events generated by TextInputDevice-implementations

See Also:
Serialized Form

Field Summary
 java.lang.StringBuffer out
          The text reat
 
Fields inherited from class net.jini.core.event.RemoteEvent
eventID, handback, seqNum, serialVersionUID, source
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TextInputDevice.TextInputRemoteEvent(java.lang.StringBuffer out, java.lang.Object source, long seqNum, java.rmi.MarshalledObject handback)
           
 
Methods inherited from class net.jini.core.event.RemoteEvent
getID, getRegistrationObject, getSequenceNumber, readObject
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

out

public java.lang.StringBuffer out
The text reat
Constructor Detail

TextInputDevice.TextInputRemoteEvent

public TextInputDevice.TextInputRemoteEvent(java.lang.StringBuffer out,
                                            java.lang.Object source,
                                            long seqNum,
                                            java.rmi.MarshalledObject handback)