| Package | Description |
|---|---|
| net.lecousin.framework.event |
Events are used with listeners, such as when an event is fired, its listeners are called.
|
| Modifier and Type | Field and Description |
|---|---|
protected Event<T> |
ListenableProperty.event |
protected Event<Long> |
ListenableLongProperty.event |
| Modifier and Type | Method and Description |
|---|---|
static <T> Consumer<T> |
Event.createListenerToFire(Event<T> event)
Bridge between 2 events: create a listener that will fire the given event when called.
|
Copyright © 2019. All rights reserved.