jaugment2.speech
Class JavaSpeechService.eventRegistration

java.lang.Object
  |
  +--jaugment2.speech.JavaSpeechService.eventRegistration
Enclosing class:
JavaSpeechService

private class JavaSpeechService.eventRegistration
extends java.lang.Object


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

Field Detail

handback

public java.rmi.MarshalledObject handback

listener

public net.jini.core.event.RemoteEventListener listener

eventID

public int eventID

subscribedFor

public int subscribedFor
Constructor Detail

JavaSpeechService.eventRegistration

public JavaSpeechService.eventRegistration(net.jini.core.event.RemoteEventListener listener,
                                           java.rmi.MarshalledObject handback)

JavaSpeechService.eventRegistration

public JavaSpeechService.eventRegistration(net.jini.core.event.RemoteEventListener listener,
                                           java.rmi.MarshalledObject handback,
                                           int subscribedFor)