Notifies the listeners that an item was added.
Parameters: item - The item that was added. throws: AccessControlException - when a notified listener threw this exception.
Notifies the listeners that an item was removed.
Parameters: item - The item that was removed. throws: AccessControlException - when a notified listener threw this exception.