T - dictionary typepublic abstract class DictionaryEvent<T> extends CancelableEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
DictionaryEvent.Add<T>
A recipe added event is fired when a recipe of the right type has been added
to the Dictionary.
|
static class |
DictionaryEvent.Remove<T>
A recipe removed event is fired when a recipe of the right type has been
removed from the Dictionary.
|
Event.Result| Constructor and Description |
|---|
DictionaryEvent(java.lang.String key,
T value) |
cancel, isCanceled