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