jaugment2.UI.textUI
Class SimpleTextInputDevice.outputListenerEntry

java.lang.Object
  |
  +--jaugment2.UI.textUI.SimpleTextInputDevice.outputListenerEntry
Enclosing class:
SimpleTextInputDevice

private static class SimpleTextInputDevice.outputListenerEntry
extends java.lang.Object

class for entries in outputListeners. encapsulates the sequence-number, handback-object and the listener itself

See Also:
outputListeners

Field Summary
 java.rmi.MarshalledObject handback
           
 net.jini.core.event.RemoteEventListener listener
           
 int seq
           
 
Constructor Summary
SimpleTextInputDevice.outputListenerEntry(net.jini.core.event.RemoteEventListener listener, java.rmi.MarshalledObject handback)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

seq

public int seq

listener

public net.jini.core.event.RemoteEventListener listener

handback

public java.rmi.MarshalledObject handback
Constructor Detail

SimpleTextInputDevice.outputListenerEntry

public SimpleTextInputDevice.outputListenerEntry(net.jini.core.event.RemoteEventListener listener,
                                                 java.rmi.MarshalledObject handback)