Interface IStateActionManager
- All Known Implementing Classes:
StateActionManager
public interface IStateActionManager
-
Method Summary
Modifier and Type Method Description IStateAction
getStartAddTopicStateAction()
IStateAction
getStartDeleteElementStateAction()
IStateAction
getStartDrawConnectionStateAction()
IStateAction
getStartMoveTopicStateAction()
IStateAction
getStartSelectTopicStateAction()
-
Method Details
-
getStartAddTopicStateAction
IStateAction getStartAddTopicStateAction() -
getStartDeleteElementStateAction
IStateAction getStartDeleteElementStateAction() -
getStartDrawConnectionStateAction
IStateAction getStartDrawConnectionStateAction() -
getStartMoveTopicStateAction
IStateAction getStartMoveTopicStateAction() -
getStartSelectTopicStateAction
IStateAction getStartSelectTopicStateAction()
-