public class LogsHandler extends Object implements Observer
| Constructor and Description | 
|---|
LogsHandler(ColoredTextPane textArea)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
notifyLogsView(String logLine)  | 
void | 
update(Observable obj,
      Object arg)  | 
public LogsHandler(ColoredTextPane textArea)
public void update(Observable obj, Object arg)
public void notifyLogsView(String logLine)
logLine - Line read from log file being sent to viewCopyright © 2019 Nuxeo. All rights reserved.