|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressListener
Interface for classes that wish to get notification that a new decoder address has been selected.
| Method Summary | |
|---|---|
void |
notifyAddressChosen(int newAddress,
boolean isLong)
Receive notification that a new address has been selected. |
void |
notifyAddressReleased(int address,
boolean isLong)
Receive notification that an address has been released/dispatched |
void |
notifyAddressThrottleFound(DccThrottle throttle)
Receive notification that a throttle has been found |
| Method Detail |
|---|
void notifyAddressChosen(int newAddress,
boolean isLong)
newAddress - The address that is now selected.
void notifyAddressReleased(int address,
boolean isLong)
address - The address released/dispatchedvoid notifyAddressThrottleFound(DccThrottle throttle)
throttle - The throttle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||