Uses of Interface
org.kie.workbench.common.stunner.core.client.session.command.ClientSessionCommand.Callback
-
Packages that use ClientSessionCommand.Callback Package Description org.kie.workbench.common.stunner.core.client.session.command org.kie.workbench.common.stunner.core.client.session.command.impl -
-
Uses of ClientSessionCommand.Callback in org.kie.workbench.common.stunner.core.client.session.command
Methods in org.kie.workbench.common.stunner.core.client.session.command that return ClientSessionCommand.Callback Modifier and Type Method Description protected ClientSessionCommand.Callback<Throwable>AbstractClientSessionCommand. newDefaultCallback(String errorMessage)Methods in org.kie.workbench.common.stunner.core.client.session.command with parameters of type ClientSessionCommand.Callback Modifier and Type Method Description <V> voidClientSessionCommand. execute(ClientSessionCommand.Callback<V> callback) -
Uses of ClientSessionCommand.Callback in org.kie.workbench.common.stunner.core.client.session.command.impl
Methods in org.kie.workbench.common.stunner.core.client.session.command.impl with parameters of type ClientSessionCommand.Callback Modifier and Type Method Description <T> voidAbstractExportSessionCommand. execute(ClientSessionCommand.Callback<T> callback)<V> voidClearSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidCopySelectionSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidCutSelectionSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidDeleteSelectionSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidPasteSelectionSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidPerformAutomaticLayoutCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidRedoSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidSaveDiagramSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidSwitchGridSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidUndoSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidValidateSessionCommand. execute(ClientSessionCommand.Callback<V> callback)<V> voidVisitGraphSessionCommand. execute(ClientSessionCommand.Callback<V> callback)
-