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.String
IAppHistory. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
IAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
IAppHistoryEntry. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
IAppHistory. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the forward operation for the client session in question.java.lang.String
IAppHistoryEntry. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the forward operation for the client session in question.java.lang.String
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 IAppHistoryOperationCompleted Modifier and Type Method Description java.lang.String
AppHistoryEntry. performBackward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
AppHistoryEntry. performForward(IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the forward operation for the client session in question.