Package org.bidib.wizard.spy.tray
Interface TrayActionExecutor
-
- All Known Implementing Classes:
BidibSpy
public interface TrayActionExecutor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnect()Connect the ports for the spy.voiddisconnect()Disconnect the ports for the spy.voidexit()Exit the application.booleanisConnectEnabled()booleanisDisconnectEnabled()voidshowPreferences()Show the preferences.
-
-
-
Method Detail
-
exit
void exit()
Exit the application.
-
showPreferences
void showPreferences()
Show the preferences.
-
connect
void connect()
Connect the ports for the spy.
-
disconnect
void disconnect()
Disconnect the ports for the spy.
-
isConnectEnabled
boolean isConnectEnabled()
-
isDisconnectEnabled
boolean isDisconnectEnabled()
-
-