jaugment2.texteditor
Class TextEditorService.TextBufferChangedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.jini.core.event.RemoteEvent
              |
              +--jaugment2.texteditor.TextEditorService.TextBufferChangedEvent
Enclosing class:
TextEditorService

public static class TextEditorService.TextBufferChangedEvent
extends net.jini.core.event.RemoteEvent

Class for events thrown here

See Also:
Serialized Form

Field Summary
 java.lang.Object buffername
           
static int EVID_BOOKMARKS_CHANGES
           
static int EVID_BUFFERADDED
           
static int EVID_BUFFERCONTENTCHANGED
           
static int EVID_BUFFERREMOVED
           
static int EVID_REMEMBERTANCEAGENT_FOUND
           
static int EVID_REMEMBERTANCEAGENT_GONE
           
 java.lang.String newbufferContent
           
 
Fields inherited from class net.jini.core.event.RemoteEvent
eventID, handback, seqNum, serialVersionUID, source
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TextEditorService.TextBufferChangedEvent(java.lang.Object proxy, long eventID, long seqNum, java.rmi.MarshalledObject handback, java.lang.String newbufferContent, java.lang.Object buffername)
           
 
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

EVID_BUFFERCONTENTCHANGED

public static final int EVID_BUFFERCONTENTCHANGED

EVID_BUFFERADDED

public static final int EVID_BUFFERADDED

EVID_BUFFERREMOVED

public static final int EVID_BUFFERREMOVED

EVID_REMEMBERTANCEAGENT_FOUND

public static final int EVID_REMEMBERTANCEAGENT_FOUND

EVID_REMEMBERTANCEAGENT_GONE

public static final int EVID_REMEMBERTANCEAGENT_GONE

EVID_BOOKMARKS_CHANGES

public static final int EVID_BOOKMARKS_CHANGES

newbufferContent

public java.lang.String newbufferContent

buffername

public java.lang.Object buffername
Constructor Detail

TextEditorService.TextBufferChangedEvent

public TextEditorService.TextBufferChangedEvent(java.lang.Object proxy,
                                                long eventID,
                                                long seqNum,
                                                java.rmi.MarshalledObject handback,
                                                java.lang.String newbufferContent,
                                                java.lang.Object buffername)