Uses of Interface
com.iizix.gyro.history.IAppHistoryOperationCompleted
Packages that use IAppHistoryOperationCompleted
Uses of IAppHistoryOperationCompleted in com.iizix.gyro.history
Methods in com.iizix.gyro.history with parameters of type IAppHistoryOperationCompletedModifier and TypeMethodDescriptionIAppHistory.performBackward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.IAppHistoryBackward.performBackward
(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.IAppHistoryEntry.performBackward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.IAppHistory.performForward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.IAppHistoryEntry.performForward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.IAppHistoryForward.performForward
(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.Uses of IAppHistoryOperationCompleted in com.iizix.server.gyro
Methods in com.iizix.server.gyro with parameters of type IAppHistoryOperationCompletedModifier and TypeMethodDescriptionAppHistoryEntry.performBackward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.AppHistoryEntry.performForward
(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.