| 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 |
|---|---|
Set<SuppressedEvent> |
SequentialEvent.getSuppressedEvents()
Gets a read-only set of the suppressed events that have been registered
at this event using
SequentialEvent.addSuppressedEvent(SuppressedEvent). |
| Modifier and Type | Method and Description |
|---|---|
void |
SequentialEvent.addSuppressedEvent(SuppressedEvent e)
Adds a SuppressedEvent to the set of suppressed events of
this Event.
|
Copyright © 2014–2015. All rights reserved.