|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IndexPrimaryEventListener
An Index Primary Event Listener, which is used at primary moments. These include: open , close, commit, create.
| Method Summary | |
|---|---|
void |
closed(IndexPrimaryEvent ipe)
A notification that an Index has been closed. |
void |
committed(IndexPrimaryEvent ipe)
A notification that an Index has been committed. |
void |
created(IndexPrimaryEvent ipe)
A notification that an Index has been created. |
void |
opened(IndexPrimaryEvent ipe)
A notification that an Index has been opened. |
void |
viewAdded(IndexPrimaryEvent ipe)
A notification that a view has been added to an Index. |
void |
viewRemoved(IndexPrimaryEvent ipe)
A notification that a view has been removed to an Index. |
| Method Detail |
|---|
void opened(IndexPrimaryEvent ipe)
void closed(IndexPrimaryEvent ipe)
void committed(IndexPrimaryEvent ipe)
void created(IndexPrimaryEvent ipe)
void viewAdded(IndexPrimaryEvent ipe)
void viewRemoved(IndexPrimaryEvent ipe)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||