public class UnbindEvent extends AppEvent
BindEvent,
Serialized Formsource| Constructor and Description |
|---|
UnbindEvent(Object pSource,
Class<? extends AppEvent> pAppEventToUnbindFrom)
The constructor creates a UnbindEvent with the handed values.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getTarget()
Returns the target for the binding.
|
Class<? extends AppEvent> |
getTriggerClass()
Returns the AppEvent derived class that the target is interested in.
|
consume, forward, isConsumed, toStringgetSourcepublic UnbindEvent(Object pSource, Class<? extends AppEvent> pAppEventToUnbindFrom)
pSource - sender object, will receive the callbackpAppEventToUnbindFrom - trigger class, must be a subclass of AppEventIllegalArgumentException - if one of the arguments is nullCopyright © 2014 Jürgen Zeller (privat). All rights reserved.