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