public interface EventCollection extends Serializable
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
|
void add(InstanceView<?> event)
event
- view of the instance in compact wayvoid update(InstanceView<?> item)
event
- view of the instance in compact wayvoid remove(InstanceView<?> item)
event
- view of the instance in compact wayCollection<InstanceView<?>> getEvents()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.