Package adams.gui.event
Interface RemoteScriptingEngineUpdateListener
-
- All Known Implementing Classes:
AbstractRemoteControlCenterTab
,AbstractRemoteFlowTab
,AdvancedTab
,RemoteControlCenterEnginesPanel
,RemoteControlCenterManagerPanel
,RemoteControlCenterPanel
,RemoteFlowCommandsTab
,RemoteLoggingTab
public interface RemoteScriptingEngineUpdateListener
Interface for listeners that listen to updates to the remote scripting engine.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
remoteScriptingEngineUpdated(RemoteScriptingEngineUpdateEvent e)
Gets called in case the remote scripting engine got updated.
-
-
-
Method Detail
-
remoteScriptingEngineUpdated
void remoteScriptingEngineUpdated(RemoteScriptingEngineUpdateEvent e)
Gets called in case the remote scripting engine got updated.- Parameters:
e
- the event
-
-