|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Event listener interface used for notifications about fiters. Most of these event have to do with the state management of a filter's lifecycle.
Method Summary | |
---|---|
void |
onFilterFinishDestroy(FilterEvent filterinvocationevent)
Triggered just after the execution of Filter.destroy(). |
void |
onFilterFinishInit(FilterEvent filterinvocationevent)
Triggered just after the execution of Filter.init(). |
void |
onFilterStartDestroy(FilterEvent filterinvocationevent)
Triggered just prior to the execution of Filter.destroy(). |
void |
onFilterStartInit(FilterEvent filterinvocationevent)
Triggered just prior to the execution of Filter.init(). |
Method Detail |
public void onFilterStartInit(FilterEvent filterinvocationevent)
Filter
public void onFilterFinishInit(FilterEvent filterinvocationevent)
Filter
public void onFilterStartDestroy(FilterEvent filterinvocationevent)
Filter
public void onFilterFinishDestroy(FilterEvent filterinvocationevent)
Filter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |