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 IAppHistoryBackwardIAppHistoryEntry. getBackwardOperation()Gets the programmatic operation for backward.Methods in com.iizix.gyro.history with parameters of type IAppHistoryBackward Modifier and Type Method Description default booleanIAppHistoryBackward. equalsOperation(IAppHistoryBackward backwardOp)Called to perform comparison with other backward history operation for equality when adding new entries to the history.booleanIAppHistoryEntry. 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 IAppHistoryBackwardAppHistoryEntry. getBackwardOperation()Gets the programmatic operation for backward.Methods in com.iizix.server.gyro with parameters of type IAppHistoryBackward Modifier and Type Method Description booleanAppHistoryEntry. setBackwardInfo(IAppHistoryBackward backward)Sets the backward programmatic operation to use for the entry.