Uses of Interface
adams.db.LogEntryHandler
-
Packages that use LogEntryHandler Package Description adams.db adams.flow.control adams.gui.tools -
-
Uses of LogEntryHandler in adams.db
Subinterfaces of LogEntryHandler in adams.db Modifier and Type Interface Description interfaceMutableLogEntryHandlerInterface for classes that allow the internally stored list of LogEntry records to be modified from outside. -
Uses of LogEntryHandler in adams.flow.control
Classes in adams.flow.control that implement LogEntryHandler Modifier and Type Class Description classFlowContainer object for actors, used for executing a flow. -
Uses of LogEntryHandler in adams.gui.tools
Methods in adams.gui.tools with parameters of type LogEntryHandler Modifier and Type Method Description voidLogEntryViewerPanel. display(LogEntryHandler handler)Sets the entries to display, obtained from the specified handler.
-