Class GlobalAction
java.lang.Object
madkit.action.GlobalAction
Global actions that can be triggered from anywhere during execution.
- Since:
- MaDKit 6.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ActionData
An action that Launches the jconsole tool if available. -
Method Summary
-
Field Details
-
JCONSOLE
An action that Launches the jconsole tool if available. It is set tonull
if jconsole is unavailable: in environments not containing the JDK.
-