Uses of Interface
com.iizix.gyro.history.IAppHistoryBackward
Packages that use IAppHistoryBackward Package Description com.iizix.gyro.history com.iizix.server.gyro Uses of IAppHistoryBackward in com.iizix.gyro.history
Methods in com.iizix.gyro.history that return IAppHistoryBackward Modifier and Type Method Description IAppHistoryBackward
IAppHistoryEntry. getBackwardOperation()
Gets the programmatic operation for backward.Methods in com.iizix.gyro.history with parameters of type IAppHistoryBackward Modifier and Type Method Description default boolean
IAppHistoryBackward. equalsOperation(IAppHistoryBackward backwardOp)
Called to perform comparison with other backward history operation for equality when adding new entries to the history.boolean
IAppHistoryEntry. setBackwardInfo(IAppHistoryBackward backward)
Sets the backward programmatic operation to use for the entry.Uses of IAppHistoryBackward in com.iizix.server.gyro
Methods in com.iizix.server.gyro that return IAppHistoryBackward Modifier and Type Method Description IAppHistoryBackward
AppHistoryEntry. getBackwardOperation()
Gets the programmatic operation for backward.Methods in com.iizix.server.gyro with parameters of type IAppHistoryBackward Modifier and Type Method Description boolean
AppHistoryEntry. setBackwardInfo(IAppHistoryBackward backward)
Sets the backward programmatic operation to use for the entry.