public class BaseEventCollection extends Object implements EventCollection
| Constructor and Description |
|---|
BaseEventCollection() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(InstanceView<?> event)
Invoked when new instance is created
|
Collection<InstanceView<?>> |
getEvents()
Returns all collected events.
|
void |
remove(InstanceView<?> item)
Invoked when instance is removed
|
void |
update(InstanceView<?> item)
Invoked when instance is updated
|
public void update(InstanceView<?> item)
EventCollectionupdate in interface EventCollectionpublic void remove(InstanceView<?> item)
EventCollectionremove in interface EventCollectionpublic Collection<InstanceView<?>> getEvents()
EventCollectiongetEvents in interface EventCollectionpublic void add(InstanceView<?> event)
EventCollectionadd in interface EventCollectionevent - view of the instance in compact wayCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.