Uses of Interface
com.iizix.gyro.history.IAppHistoryEntry
Packages that use IAppHistoryEntry
Uses of IAppHistoryEntry in com.iizix.gyro
Methods in com.iizix.gyro that return IAppHistoryEntryModifier and TypeMethodDescriptionIClientSessionGyro.addHistoryEntry()
Adds a new focus entry at the current location for this client session.Uses of IAppHistoryEntry in com.iizix.gyro.history
Methods in com.iizix.gyro.history that return IAppHistoryEntryModifier and TypeMethodDescriptionIAppHistory.getEntries()
Clears the index entries from the current location to the end, removing potential forward history actions.Methods in com.iizix.gyro.history with parameters of type IAppHistoryEntryModifier and TypeMethodDescriptiondefault String
IAppHistoryBackward.isBackwardEnabled
(IAppHistoryEntry entry, IClientSessionGyro clientGyro) Returns if the backward operation is enabled or not.default String
IAppHistoryForward.isForwardEnabled
(IAppHistoryEntry entry, IClientSessionGyro clientGyro) Returns if the forward operation is enabled or not.IAppHistoryBackward.performBackward
(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the backward operation for the client session in question.IAppHistoryForward.performForward
(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback) Performs the forward operation for the client session in question.Uses of IAppHistoryEntry in com.iizix.server.gyro
Classes in com.iizix.server.gyro that implement IAppHistoryEntryMethods in com.iizix.server.gyro that return IAppHistoryEntryModifier and TypeMethodDescriptionClientSessionGyro.addHistoryEntry()
Adds a new focus entry at the current location for this client session.