|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IClientDocumentEventListener
This interface contains methods that provide event handling
for ClientDocumentEvents
.
ClientDocumentEvent
Method Summary | |
---|---|
void |
onClosed(ClientDocumentEvent event)
Invoked when this document is closed. |
void |
onClosing(ClientDocumentEvent event)
Invoked when this document is closing. |
void |
onPropertyChanged(ClientDocumentEvent event)
Invoked when a property in this document is changed. |
void |
onPropertyChanging(ClientDocumentEvent event)
Invoked when a property in this document is changing. |
void |
onSaved(ClientDocumentEvent event)
Invoked when this document is saved. |
void |
onSaving(ClientDocumentEvent event)
Invoked when this document is saving. |
boolean |
preClosing(ClientDocumentEvent event)
Invoked before the document close process begins. |
boolean |
preSaving(ClientDocumentEvent event)
Invoked before the document save process begins. |
Method Detail |
---|
void onClosed(ClientDocumentEvent event)
Invoked when this document is closed.
event
- The event fired when this document is closed.void onClosing(ClientDocumentEvent event)
Invoked when this document is closing.
event
- The event fired when this document is closing.void onPropertyChanged(ClientDocumentEvent event)
Invoked when a property in this document is changed.
event
- The event fired when a property in this document is changed.void onPropertyChanging(ClientDocumentEvent event)
Invoked when a property in this document is changing.
event
- The event fired when a property in this document is changing.void onSaved(ClientDocumentEvent event)
Invoked when this document is saved.
event
- The event fired when this document is saved.void onSaving(ClientDocumentEvent event)
Invoked when this document is saving.
event
- The event fired when this document is saving.boolean preClosing(ClientDocumentEvent event)
Invoked before the document close process begins.
event
- The event fired before the document begins closing.
true
if this document is not closed, and false
otherwise.boolean preSaving(ClientDocumentEvent event)
Invoked before the document save process begins.
event
- The event fired before the document begins saving.
true
if this document is not saved, and false
otherwise.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |