Package xal.app.launcher
Interface MonitorModelListener
-
- All Known Implementing Classes:
MonitorController
public interface MonitorModelListenerMonitorModelListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidremoteAppsChanged(MonitorModel model, List<RemoteAppRecord> remoteApps)event indicating that the list of remote apps has changed
-
-
-
Method Detail
-
remoteAppsChanged
void remoteAppsChanged(MonitorModel model, List<RemoteAppRecord> remoteApps)
event indicating that the list of remote apps has changed
-
-