|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SubsetListener
Generically represents a listener interested in different phases of
the subsetting process. Also provides a reference to the CuiList.
| Method Summary | |
|---|---|
void |
beginInitializeCuiList()
Informs filter that the Initialize Cui List phase is starting. |
void |
beginSubsetContent()
Informs filter that the Subset Content phase is starting. |
void |
endInitializeCuiList()
Informs filter that the Initialize Cui List phase is ending. |
void |
endSubsetContent()
Informs filter that the Subset Content phase is ending. |
void |
setCuiList(CuiList cui_list)
Provides filter access to the cui list. |
| Method Detail |
|---|
void setCuiList(CuiList cui_list)
cui_list - CuiListvoid beginInitializeCuiList()
void endInitializeCuiList()
void beginSubsetContent()
void endSubsetContent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||