| Package | Description |
|---|---|
| net.sf.cuf.appevent |
The AppEvent library provides the anonym sending and receiving of events.
|
| Modifier and Type | Method and Description |
|---|---|
AppEventListener |
BindEvent.getMethodToCallBack()
Returns the method to call back.
|
| Constructor and Description |
|---|
BindEvent(Object pSource,
AppEventListener<T> pMethodToCallBack,
Class<T> pAppEventToBindTo)
The constructor creates a BindEvent with the handed values and an
unbound hop-count.
|
BindEvent(Object pSource,
AppEventListener<T> pMethodToCallBack,
Class<T> pAppEventToBindTo,
int pHopCount)
The constructor creates a BindEvent with the handed values.
|
Copyright © 2022 Jürgen Zeller (privat). All rights reserved.