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 TypeMethodDescriptionvoid
WorkbenchRestorationService.afterSnapshotOperationFinish
(ISnapshotOperation operation, ISnapshotOperationResult result) void
WorkbenchRestorationService.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 TypeMethodDescriptionvoid
ISnapshotOperationsListener.afterSnapshotOperationFinish
(ISnapshotOperation operation, ISnapshotOperationResult result) Notifies the listener that a snapshot operation has just finished.void
ISnapshotOperationsListener.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 TypeInterfaceDescriptioninterface
Step of a snapshot operation which allows snapshot creation.interface
The final step of a snapshot operation.interface
Step of a snapshot operation which allows snapshot creation.interface
Start step of snapshot operation.