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 IAppHistoryEntry
IClientSessionGyro. 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.String
IAppHistoryBackward. isBackwardEnabled(IAppHistoryEntry entry, IClientSessionGyro clientGyro)
Returns if the backward operation is enabled or not.default java.lang.String
IAppHistoryForward. isForwardEnabled(IAppHistoryEntry entry, IClientSessionGyro clientGyro)
Returns if the forward operation is enabled or not.java.lang.String
IAppHistoryBackward. performBackward(IAppHistoryEntry entry, IClientSessionGyro clientGyro, IAppHistoryOperationCompleted completedCallback)
Performs the backward operation for the client session in question.java.lang.String
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 IAppHistoryEntry Modifier and Type Class Description class
AppHistoryEntry
An entry in the application history.Methods in com.iizix.server.gyro that return IAppHistoryEntry Modifier and Type Method Description IAppHistoryEntry
ClientSessionGyro. addHistoryEntry()
Adds a new focus entry at the current location for this client session.