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

Method Summary
 void launchCompleted(ICmdAction action)
          Launch Panel as finished launching an Action
 void launchStarted(ICmdAction action)
          Launch Panel as triggered an ICmdAction
 

Method Detail

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