Uses of Interface
com.iizix.gyro.history.IAppHistoryBackward
Packages that use IAppHistoryBackward
Uses of IAppHistoryBackward in com.iizix.gyro.history
Methods in com.iizix.gyro.history that return IAppHistoryBackwardModifier and TypeMethodDescriptionIAppHistoryEntry.getBackwardOperation()
Gets the programmatic operation for backward.Methods in com.iizix.gyro.history with parameters of type IAppHistoryBackwardModifier and TypeMethodDescriptiondefault 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 IAppHistoryBackwardModifier and TypeMethodDescriptionAppHistoryEntry.getBackwardOperation()
Gets the programmatic operation for backward.Methods in com.iizix.server.gyro with parameters of type IAppHistoryBackwardModifier and TypeMethodDescriptionboolean
AppHistoryEntry.setBackwardInfo
(IAppHistoryBackward backward) Sets the backward programmatic operation to use for the entry.