| 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 | Class and Description |
|---|---|
class |
AbstractListenable<T>
Abstract class implementing Listenable, containing 2 lists of listeners.
|
class |
Event<T>
An event allows to call listeners that previously registered themselves when the event is fired.
|
class |
SimpleEvent
A SimpleEvent is like an Event but does not provide data to describe the event.
|
class |
SingleEvent<T>
A SingleEvent is an event that can occur only once.
|
Copyright © 2019. All rights reserved.