|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LpexViewListener
Listener to document view events.
You may implement this interface to create a document view listener.
Create a listener object using this class, and then register it with a
document view using the view's addLpexViewListener()
method.
When an event occurs, the relevant method in the listener object is invoked.
It is recommended that you use the LpexViewAdapter
class
to create your document view listener.
LpexView.addLpexViewListener(com.ibm.lpex.core.LpexViewListener)
,
LpexView.removeLpexViewListener(com.ibm.lpex.core.LpexViewListener)
,
LpexViewAdapter
Method Summary | |
---|---|
void |
disposed(LpexView lpexView)
This method is invoked when the document view is disposed. |
void |
readonly(LpexView lpexView)
This method is invoked after an attempt has been made to edit a read-only document. |
void |
renamed(LpexView lpexView)
This method is invoked after the document name, source name, or view id has changed. |
boolean |
renaming(LpexView lpexView)
This method is invoked just before the document or source name is changed. |
void |
saved(LpexView lpexView)
This method is invoked after the document has been saved by the LPEX widget. |
boolean |
saving(LpexView lpexView)
This method is invoked just before the document is saved by the LPEX widget. |
void |
showing(LpexView lpexView)
This method is invoked just before the screen is displayed. |
void |
shown(LpexView lpexView)
This method is invoked after the screen display is complete. |
void |
updateProfile(LpexView lpexView)
This method is invoked after the updateProfile editor command has completed processing. |
Method Detail |
---|
void showing(LpexView lpexView)
shown(com.ibm.lpex.core.LpexView)
void shown(LpexView lpexView)
showing(com.ibm.lpex.core.LpexView)
boolean saving(LpexView lpexView)
true
, then the remaining listeners
will not be invoked and the save will be aborted.
This notification is not issued for "save as" operations. Also, an LPEX-based application may do its own save, bypassing the widget's save to the local file system.
saved(com.ibm.lpex.core.LpexView)
void saved(LpexView lpexView)
This notification is not issued for "save as" operations. Also, an LPEX-based application may do its own save, bypassing the widget's save to the local file system.
saving(com.ibm.lpex.core.LpexView)
boolean renaming(LpexView lpexView)
true
, then the remaining listeners
will not be invoked and the rename will be aborted.
renamed(com.ibm.lpex.core.LpexView)
void renamed(LpexView lpexView)
renaming(com.ibm.lpex.core.LpexView)
void readonly(LpexView lpexView)
void updateProfile(LpexView lpexView)
void disposed(LpexView lpexView)
|
LPEX 3.6.7 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |