public interface ActiveChangeListener
Modifier and Type | Method and Description |
---|---|
void |
inserted(Object key,
Object value)
This method notifies the listener that an object has been
inserted.
|
void |
removed(Object key,
Object value)
This method notifies the listener that an object has been
inserted.
|
void |
updated(Object key,
Object value)
This method notifies the listener that an object has been
inserted.
|
void inserted(Object key, Object value)
key
- The key, which for a list will be an indexvalue
- The valuevoid updated(Object key, Object value)
key
- The key, which for a list will be an indexvalue
- The valueCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.