Added accessors for the monitor and the nodes panel.

This commit is contained in:
esaunders 2018-04-24 14:31:12 -04:00
parent 307151a46f
commit af04ea3cba

View File

@ -52,6 +52,14 @@ final class AinStatusDashboard extends javax.swing.JPanel implements Observer {
autoIngestMonitor.addObserver(this); autoIngestMonitor.addObserver(this);
} }
AutoIngestMonitor getMonitor() {
return autoIngestMonitor;
}
AinStatusPanel getNodesStatusPanel() {
return nodesPanel;
}
/** /**
* This method is called from within the constructor to initialize the form. * This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method is always * WARNING: Do NOT modify this code. The content of this method is always