Uses of Interface
com.iizix.gyro.history.IAppHistoryOperationCompleted
Packages that use IAppHistoryOperationCompleted Package Description com.iizix.gyro.history com.iizix.server.gyro Uses of IAppHistoryOperationCompleted in com.iizix.gyro.history
Methods in com.iizix.gyro.history with parameters of type IAppHistoryOperationCompleted Modifier and Type Method Description java.lang.StringIAppHistory. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistoryEntry. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistory. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the forward operation for the client session in question.java.lang.StringIAppHistoryEntry. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the forward operation for the client session in question.java.lang.StringIAppHistoryForward. 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 IAppHistoryOperationCompleted Modifier and Type Method Description java.lang.StringAppHistoryEntry. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringAppHistoryEntry. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the forward operation for the client session in question.