Uses of Interface
com.iizix.gyro.history.IAppHistoryEntry
Packages that use IAppHistoryEntry Package Description com.iizix.gyro com.iizix.gyro.history com.iizix.server.gyro Uses of IAppHistoryEntry in com.iizix.gyro
Methods in com.iizix.gyro that return IAppHistoryEntry Modifier and Type Method Description IAppHistoryEntryIClientSessionGyro. 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 IAppHistoryEntry Modifier and Type Method Description IAppHistoryEntry[]IAppHistory. 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 IAppHistoryEntry Modifier and Type Method Description default java.lang.StringIAppHistoryBackward. isBackwardEnabled(IAppHistoryEntry entry, IClientSessionGyro clientGyro)Returns if the backward operation is enabled or not.default java.lang.StringIAppHistoryForward. isForwardEnabled(IAppHistoryEntry entry, IClientSessionGyro clientGyro)Returns if the forward operation is enabled or not.java.lang.StringIAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)Performs the backward operation for the client session in question.java.lang.StringIAppHistoryForward. 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 IAppHistoryEntry Modifier and Type Class Description classAppHistoryEntryAn entry in the application history.Methods in com.iizix.server.gyro that return IAppHistoryEntry Modifier and Type Method Description IAppHistoryEntryClientSessionGyro. addHistoryEntry()Adds a new focus entry at the current location for this client session.