Package com.storedobject.ui.tools
Class SwitchApplication
java.lang.Object
com.storedobject.ui.tools.SwitchApplication
- All Implemented Interfaces:
Executable,Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic Viewvoidexecute()The functional interface method specified by this interface.static List<ExternalSystemUser> static voidswitchTo(ExternalSystemUser user) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.storedobject.common.Executable
act, run
-
Constructor Details
-
SwitchApplication
public SwitchApplication()
-
-
Method Details
-
listUsers
-
canSwitch
public static boolean canSwitch() -
createView
-
execute
public void execute()Description copied from interface:ExecutableThe functional interface method specified by this interface.- Specified by:
executein interfaceExecutable
-
switchTo
-