Package xal.app.launcher
Interface LaunchBoardListener
-
public interface LaunchBoardListenerLaunchBoardListener is a listener of messages posted to the launch board.- Author:
- tap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostErrorMessage(Object source, String message)Post an application wide error message from the sourcevoidpostMessage(Object source, String message)Post an application wide message from the source
-