|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CatalogListener
| Method Summary | ||
|---|---|---|
|
handleAddEvent(CAE event)
Handles the event of an addition to the catalog. |
|
|
handleModifyEvent(CME event)
Handles the event of a modification to an object in the catalog. |
|
|
handleRemoveEvent(CRE event)
Handles the event of a removal from the catalog. |
|
| Method Detail |
|---|
<T,CAE extends CatalogAddEvent<T>> void handleAddEvent(CAE event)
<T,CRE extends CatalogRemoveEvent<T>> void handleRemoveEvent(CRE event)
<T,CME extends CatalogModifyEvent<T>> void handleModifyEvent(CME event)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||