|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewListener
The ViewListener interface is used to modify how a view is processed.
At various stages during processing the eventPerformed method is invoked to
allow the caller to examine or modify how the View is handled.
View
Field Summary | |
---|---|
static int |
GOTFIELDS
The view definition has been processed, but the data has not been retrieved. |
static int |
REFRESHING
New data is about to be retrieved. |
static int |
VIEWSET
The Conversation has been set to use the view. |
Method Summary | |
---|---|
void |
eventPerformed(int event,
View view)
Invoked at various times during processing of a View |
Field Detail |
---|
static final int VIEWSET
View.setHyperlinks(boolean)
,
Constant Field Valuesstatic final int GOTFIELDS
static final int REFRESHING
View.refresh()
,
Constant Field ValuesMethod Detail |
---|
void eventPerformed(int event, View view) throws java.io.IOException
event
- Which event this isview
- the View
java.io.IOException
VIEWSET
,
GOTFIELDS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |