Uses of Interface
com.e1c.g5.v8.dt.snapshot.operation.ISnapshotOperation
Packages that use ISnapshotOperation
Package
Description
-
Uses of ISnapshotOperation in com.e1c.g5.v8.dt.internal.snapshot.ui.workbench
Methods in com.e1c.g5.v8.dt.internal.snapshot.ui.workbench with parameters of type ISnapshotOperationModifier and TypeMethodDescriptionvoidWorkbenchRestorationService.afterSnapshotOperationFinish(ISnapshotOperation operation, ISnapshotOperationResult result) voidWorkbenchRestorationService.beforeSnapshotOperationStart(ISnapshotOperation operation) -
Uses of ISnapshotOperation in com.e1c.g5.v8.dt.snapshot
Methods in com.e1c.g5.v8.dt.snapshot with parameters of type ISnapshotOperationModifier and TypeMethodDescriptionvoidISnapshotOperationsListener.afterSnapshotOperationFinish(ISnapshotOperation operation, ISnapshotOperationResult result) Notifies the listener that a snapshot operation has just finished.voidISnapshotOperationsListener.beforeSnapshotOperationStart(ISnapshotOperation operation) Notifies the listener that a snapshot operation is about to start. -
Uses of ISnapshotOperation in com.e1c.g5.v8.dt.snapshot.operation
Subinterfaces of ISnapshotOperation in com.e1c.g5.v8.dt.snapshot.operationModifier and TypeInterfaceDescriptioninterfaceStep of a snapshot operation which allows snapshot creation.interfaceThe final step of a snapshot operation.interfaceStep of a snapshot operation which allows snapshot creation.interfaceStart step of snapshot operation.