Package org.bidib.wizard.spy
Class BidibSpy
- java.lang.Object
-
- org.bidib.wizard.spy.BidibSpy
-
- All Implemented Interfaces:
TrayActionExecutor
public class BidibSpy extends Object implements TrayActionExecutor
-
-
Field Summary
Fields Modifier and Type Field Description protected ScheduledExecutorServicereconnectProxyWorker
-
Constructor Summary
Constructors Constructor Description BidibSpy()
-
Method Summary
All Methods Instance Methods Concrete 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.voidstartApp(String[] args)
-
-
-
Field Detail
-
reconnectProxyWorker
protected final ScheduledExecutorService reconnectProxyWorker
-
-
Method Detail
-
startApp
public void startApp(String[] args)
-
exit
public void exit()
Description copied from interface:TrayActionExecutorExit the application.- Specified by:
exitin interfaceTrayActionExecutor
-
showPreferences
public void showPreferences()
Description copied from interface:TrayActionExecutorShow the preferences.- Specified by:
showPreferencesin interfaceTrayActionExecutor
-
connect
public void connect()
Description copied from interface:TrayActionExecutorConnect the ports for the spy.- Specified by:
connectin interfaceTrayActionExecutor
-
disconnect
public void disconnect()
Description copied from interface:TrayActionExecutorDisconnect the ports for the spy.- Specified by:
disconnectin interfaceTrayActionExecutor
-
isConnectEnabled
public boolean isConnectEnabled()
- Specified by:
isConnectEnabledin interfaceTrayActionExecutor
-
isDisconnectEnabled
public boolean isDisconnectEnabled()
- Specified by:
isDisconnectEnabledin interfaceTrayActionExecutor
-
-