Class CutSelectionSessionCommandExecutedEvent
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.session.command.AbstractClientSessionCommandExecutedEvent<CutSelectionSessionCommand,EditorSession>
-
- org.kie.workbench.common.stunner.core.client.session.command.impl.CutSelectionSessionCommandExecutedEvent
-
public class CutSelectionSessionCommandExecutedEvent extends AbstractClientSessionCommandExecutedEvent<CutSelectionSessionCommand,EditorSession>
-
-
Constructor Summary
Constructors Constructor Description CutSelectionSessionCommandExecutedEvent(CutSelectionSessionCommand executedCommand, EditorSession clientFullSession)
-
Method Summary
-
Methods inherited from class org.kie.workbench.common.stunner.core.client.session.command.AbstractClientSessionCommandExecutedEvent
getClientSession, getExecutedCommand
-
-
-
-
Constructor Detail
-
CutSelectionSessionCommandExecutedEvent
public CutSelectionSessionCommandExecutedEvent(CutSelectionSessionCommand executedCommand, EditorSession clientFullSession)
-
-