org.ocd.desktop
Interface ILaunchListener
- All Known Implementing Classes:
- MasterTile
- public interface ILaunchListener
Listeners can be added to a LaunchPanel that receive notifications when the launchPanel
is launching a Cmd and when the launchPanel is done launching the Cmd
- Version:
-
- Author:
- drichan
launchStarted
public void launchStarted(ICmdAction action)
- Launch Panel as triggered an ICmdAction
- Parameters:
action
- that has been Launched
launchCompleted
public void launchCompleted(ICmdAction action)
- Launch Panel as finished launching an Action
- Parameters:
action
- that has finished