Uses of Class
xal.app.launcher.RemoteAppRecord
-
Packages that use RemoteAppRecord Package Description xal.app.launcher -
-
Uses of RemoteAppRecord in xal.app.launcher
Methods in xal.app.launcher that return types with arguments of type RemoteAppRecord Modifier and Type Method Description List<RemoteAppRecord>MonitorModel. getRemoteApps()Get the list of remote appsMethod parameters in xal.app.launcher with type arguments of type RemoteAppRecord Modifier and Type Method Description voidMonitorController. remoteAppsChanged(MonitorModel model, List<RemoteAppRecord> remoteApps)event indicating that the list of remote apps has changedvoidMonitorModelListener. remoteAppsChanged(MonitorModel model, List<RemoteAppRecord> remoteApps)event indicating that the list of remote apps has changed
-