E - collection element typepublic final class CollectionEvent<E> extends AbstractEvent<CollectionEvent.Type,E>
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionEvent.Type
Collection event type.
|
| Constructor and Description |
|---|
CollectionEvent(CollectionEvent.Type type,
E entry)
Creates a new event object.
|
| Modifier and Type | Method and Description |
|---|---|
E |
element()
Returns the entry this event concerns.
|
subject, time, toString, typepublic CollectionEvent(CollectionEvent.Type type, E entry)
type - type of the evententry - entry the event concernspublic E element()
Copyright © 2013–2018. All rights reserved.