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 boolean
static View
void
execute()
The functional interface method specified by this interface.static List
<ExternalSystemUser> static void
switchTo
(ExternalSystemUser user) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:Executable
The functional interface method specified by this interface.- Specified by:
execute
in interfaceExecutable
-
switchTo
-