| Package | Description |
|---|---|
| de.skuzzle.jeve |
This package defines the main public API of jeve. jeve is an open source
framework for implementing the observer pattern in Java 8 .
|
| de.skuzzle.jeve.providers |
Contains actual implementations of
EventProviders. |
| Modifier and Type | Method and Description |
|---|---|
Optional<EventStack> |
SequentialEvent.getEventStack()
Gets the current event stack.
|
| Modifier and Type | Method and Description |
|---|---|
static <L extends Listener,E extends Event<?,L>> |
EventStackHelper.checkPrevent(EventStack eventStack,
E event,
BiConsumer<L,E> bc,
ExceptionCallback ec)
Checks whether the given Event should be prevented according to the given
event stack.
|
void |
SequentialEvent.setEventStack(EventStack eventStack)
Sets the EventStack which is used while this event is dispatched.
|
| Modifier and Type | Method and Description |
|---|---|
EventStack |
SequentialEventProvider.getEventStack()
Gets the current event stack.
|
Copyright © 2014–2015. All rights reserved.