public class JIPipeDesktopRunnableLogsCollection extends Object implements JIPipeRunnable.FinishedEventListener, JIPipeRunnable.InterruptedEventListener
Modifier and Type | Class and Description |
---|---|
static class |
JIPipeDesktopRunnableLogsCollection.LogClearedEvent |
static class |
JIPipeDesktopRunnableLogsCollection.LogClearedEventEmitter |
static interface |
JIPipeDesktopRunnableLogsCollection.LogClearedEventListener |
static class |
JIPipeDesktopRunnableLogsCollection.LogEntryAddedEvent |
static class |
JIPipeDesktopRunnableLogsCollection.LogEntryAddedEventEmitter |
static interface |
JIPipeDesktopRunnableLogsCollection.LogEntryAddedEventListener |
static class |
JIPipeDesktopRunnableLogsCollection.LogUpdatedEvent |
static class |
JIPipeDesktopRunnableLogsCollection.LogUpdatedEventEmitter |
static interface |
JIPipeDesktopRunnableLogsCollection.LogUpdatedEventListener |
Constructor and Description |
---|
JIPipeDesktopRunnableLogsCollection() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
static JIPipeDesktopRunnableLogsCollection |
getInstance() |
JIPipeDesktopRunnableLogsCollection.LogClearedEventEmitter |
getLogClearedEventEmitter() |
List<JIPipeRunnableLogEntry> |
getLogEntries() |
JIPipeDesktopRunnableLogsCollection.LogEntryAddedEventEmitter |
getLogEntryAddedEventEmitter() |
JIPipeDesktopRunnableLogsCollection.LogUpdatedEventEmitter |
getLogUpdatedEventEmitter() |
void |
markAllAsRead() |
void |
markAsRead(JIPipeRunnableLogEntry logEntry) |
void |
onRunnableFinished(JIPipeRunnable.FinishedEvent event) |
void |
onRunnableInterrupted(JIPipeRunnable.InterruptedEvent event) |
void |
pushToLog(JIPipeRunnableLogEntry entry) |
public static JIPipeDesktopRunnableLogsCollection getInstance()
public JIPipeDesktopRunnableLogsCollection.LogEntryAddedEventEmitter getLogEntryAddedEventEmitter()
public JIPipeDesktopRunnableLogsCollection.LogClearedEventEmitter getLogClearedEventEmitter()
public List<JIPipeRunnableLogEntry> getLogEntries()
public void clear()
public void pushToLog(JIPipeRunnableLogEntry entry)
public void markAllAsRead()
public void markAsRead(JIPipeRunnableLogEntry logEntry)
public void onRunnableFinished(JIPipeRunnable.FinishedEvent event)
onRunnableFinished
in interface JIPipeRunnable.FinishedEventListener
public void onRunnableInterrupted(JIPipeRunnable.InterruptedEvent event)
onRunnableInterrupted
in interface JIPipeRunnable.InterruptedEventListener
public JIPipeDesktopRunnableLogsCollection.LogUpdatedEventEmitter getLogUpdatedEventEmitter()
Copyright © 2020–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.