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 interface
MutableLogEntryHandler
Interface 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 class
Flow
Container 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 void
LogEntryViewerPanel. display(LogEntryHandler handler)
Sets the entries to display, obtained from the specified handler.
-