| 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 .
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SequentialEvent<?,?>> |
EventStack.preventDispatch(Class<? extends Listener> listenerClass)
Checks whether dispatch for events with the given event should be
prevented.
|
Optional<SequentialEvent<?,?>> |
EventStack.preventDispatch(Event<?,?> event)
Checks whether dispatch of the given event should be prevented.
|
Copyright © 2014–2015. All rights reserved.