Uses of Interface
com.iizix.gyro.history.IAppHistoryEntry
Uses of IAppHistoryEntry in com.iizix.gyro
Modifier and TypeMethodDescriptionIClientSessionGyro.addHistoryEntry()
Adds a new focus entry at the current location for this client session.Uses of IAppHistoryEntry in com.iizix.gyro.history
Modifier and TypeMethodDescriptionIAppHistory.getEntries()
Clears the index entries from the current location to the end, removing potential forward history actions.Modifier 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
Modifier and TypeMethodDescriptionClientSessionGyro.addHistoryEntry()
Adds a new focus entry at the current location for this client session.