Class InMemoryHistoryManager<T>

java.lang.Object
com.dlsc.gemsfx.util.HistoryManager<T>
com.dlsc.gemsfx.util.InMemoryHistoryManager<T>
Type Parameters:
T - the type of objects to store in the history list

public class InMemoryHistoryManager<T> extends HistoryManager<T>
A simple history manager that does not persist its items anywhere. The history will always be clear after an application restart.
  • Constructor Details

    • InMemoryHistoryManager

      public InMemoryHistoryManager()
      Creates an in-memory history manager with an initially empty history.
  • Method Details