| Modifier and Type | Method and Description |
|---|---|
AbstractEvent.Type |
AbstractEvent.getType()
Returns a
AbstractEvent.Type representing the type of this AbstractEvent. |
static AbstractEvent.Type |
AbstractEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractEvent.Type[] |
AbstractEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Event<T> |
EventCache.add(Object source,
AbstractEvent.Type eventType,
T resource)
Adds a new
Event constructed out of the parameters
supplied to this method to this EventCache implementation
and returns the Event that was added. |
Event<T> |
EventQueueCollection.add(Object source,
AbstractEvent.Type eventType,
T resource)
Adds a new
Event constructed out of the parameters
supplied to this method to this EventQueueCollection and
returns the Event that was added. |
protected Event<T> |
ResourceTrackingEventQueueConsumer.createEvent(AbstractEvent.Type eventType,
T priorResource,
T resource)
Creates and returns a new
Event. |
protected Event<T> |
Controller.createEvent(Object source,
AbstractEvent.Type eventType,
T resource)
Creates a new
Event when invoked. |
protected Event<T> |
EventQueueCollection.createEvent(Object source,
AbstractEvent.Type eventType,
T resource)
Creates an
Event using the supplied raw materials and
returns it. |
protected SynchronizationEvent<T> |
ResourceTrackingEventQueueConsumer.createSynchronizationEvent(AbstractEvent.Type eventType,
T priorResource,
T resource)
Creates and returns a new
SynchronizationEvent. |
protected SynchronizationEvent<T> |
EventQueueCollection.createSynchronizationEvent(Object source,
AbstractEvent.Type eventType,
T resource) |
| Constructor and Description |
|---|
Event(Object source,
AbstractEvent.Type type,
T priorResource,
T resource)
Creates a new
Event. |
SynchronizationEvent(Object source,
AbstractEvent.Type type,
T priorResource,
T resource)
Creates a new
SynchronizationEvent. |
Copyright © 2017–2018, microBean. All rights reserved.