Interface MacroManager
-
- All Known Implementing Classes:
RunMacroPlugIn
,StartMacroPlugIn
,StopMacroPlugIn
public interface MacroManager
Created by Michaƫl on 05/10/14.
-
-
Field Summary
Fields Modifier and Type Field Description static String
MACRO
static String
MACRO_RUNNING
static String
MACRO_STARTED
-
-
-
Field Detail
-
MACRO_STARTED
static final String MACRO_STARTED
- See Also:
- Constant Field Values
-
MACRO
static final String MACRO
- See Also:
- Constant Field Values
-
MACRO_RUNNING
static final String MACRO_RUNNING
- See Also:
- Constant Field Values
-
-