Package xal.app.launcher
Interface LaunchModelListener
-
public interface LaunchModelListenerLaunchModelListener is the interface implemented by listeners of launch model events.- Author:
- tap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmodified(LaunchModel model)Handle the event indicating that the launch model has been modified.
-
-
-
Method Detail
-
modified
void modified(LaunchModel model)
Handle the event indicating that the launch model has been modified.- Parameters:
model- The model which has been modified.
-
-