Package org.uberfire.mvp
Class Commands
- java.lang.Object
-
- org.uberfire.mvp.Commands
-
-
Field Summary
Fields Modifier and Type Field Description static CommandDO_NOTHINGHas no effect when executed.
-
Constructor Summary
Constructors Constructor Description Commands()
-
-
-
Field Detail
-
DO_NOTHING
public static final Command DO_NOTHING
Has no effect when executed.
-
-