|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ItemManagerListener
This class allows listening to objects that manages items.
| Method Summary | |
|---|---|
void |
itemAdded(Item item)
Called when an accreditable was added. |
void |
itemRemoved(Item item)
Called when an accreditable was removed. |
| Method Detail |
|---|
void itemAdded(Item item)
throws AccessControlException
item - The item that was added.
AccessControlException - when an error occurs.
void itemRemoved(Item item)
throws AccessControlException
item - The item that was removed.
AccessControlException - when an error occurs.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||