|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jsxe.EBMessage
net.sourceforge.jsxe.msg.DocumentBufferUpdate
Message sent when a document-related change occurs.
| Field Summary | |
static Object |
CLOSED
Buffer closed. |
static Object |
DIRTY_CHANGED
Buffer dirty changed. |
static Object |
LOADED
Buffer loaded. |
static Object |
SAVED
Buffer saved. |
static Object |
SAVING
Buffer saving. |
| Constructor Summary | |
DocumentBufferUpdate(DocumentBuffer buffer,
Object what)
Creates a new buffer update message. |
|
| Method Summary | |
DocumentBuffer |
getDocumentBuffer()
Returns the buffer involved. |
Object |
getWhat()
Returns what caused this buffer update. |
String |
paramString()
Returns a string representation of this message's parameters. |
| Methods inherited from class net.sourceforge.jsxe.EBMessage |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Object LOADED
public static final Object CLOSED
public static final Object DIRTY_CHANGED
public static final Object SAVING
public static final Object SAVED
| Constructor Detail |
public DocumentBufferUpdate(DocumentBuffer buffer,
Object what)
buffer - The document bufferwhat - the update type| Method Detail |
public Object getWhat()
public DocumentBuffer getDocumentBuffer()
public String paramString()
EBMessage
paramString in class EBMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||