Interface AccessoryResultListener
-
- All Known Implementing Classes:
AbstractAccessoryPanel,DccAccessoryPanel,DccExtAccessoryPanel
public interface AccessoryResultListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddLogText(String logLine, Object... args)Add a new line to the logger area.booleanisActive()voidsetActive(boolean active)Sets the listener active or inactive.voidsignalAcknowledgeChanged(org.bidib.jbidibc.messages.enums.AccessoryAcknowledge acknowledge)
-
-
-
Method Detail
-
setActive
void setActive(boolean active)
Sets the listener active or inactive.- Parameters:
active- the active flag
-
isActive
boolean isActive()
- Returns:
- listener is active
-
addLogText
void addLogText(String logLine, Object... args)
Add a new line to the logger area.- Parameters:
logLine- the message to log. Use {} as placeholders for args.args- the args
-
signalAcknowledgeChanged
void signalAcknowledgeChanged(org.bidib.jbidibc.messages.enums.AccessoryAcknowledge acknowledge)
-
-