Package | Description |
---|---|
com.github.brunothg.game.engine.utils.event |
Modifier and Type | Class and Description |
---|---|
class |
DeadEvent
Event that is used if a fired event had no handler registered.
|
Modifier and Type | Method and Description |
---|---|
Event<?> |
DeadEvent.getUnhandledEvent()
Get the unhandled event
|
Modifier and Type | Method and Description |
---|---|
void |
EventBus.fire(Event<?> event)
Fire an event.
|
void |
DeadEvent.setUnhandledEvent(Event<?> unhandledEvent) |
Constructor and Description |
---|
DeadEvent(Event<?> unhandledEvent) |
Copyright © 2017. All rights reserved.