Example #1
0
 public void removeMonitorListener(MonitorListener l) {
   if (l == null) return;
   _monitorListenerList.remove(l);
 }