Uses of Interface
com.iizix.gyro.history.IAppHistoryOperationCompleted
Uses of IAppHistoryOperationCompleted in com.iizix.gyro.history
Modifier 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
Modifier 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.