|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.bea.domingo.monitor.AbstractMonitorEnabled
public abstract class AbstractMonitorEnabled
Base class for all monitor enabled classes.
As default, the associated monitor is a NullMonitor that
simply does nothing. To monitor events the application should either set a
ConsoleMonitor or implement itself the Monitor interface set an
instance of this class with the setMonitor method.
DNotesMonitor,
NullMonitor,
ConsoleMonitor,
MonitorEnabled.setMonitor(de.bea.domingo.DNotesMonitor)| Constructor Summary | |
|---|---|
AbstractMonitorEnabled()
Constructor. |
|
AbstractMonitorEnabled(DNotesMonitor theMonitor)
Constructor. |
|
| Method Summary | |
|---|---|
DNotesMonitor |
getMonitor()
Returns the current monitor. |
void |
setMonitor(DNotesMonitor theMonitor)
Returns the current monitor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMonitorEnabled()
public AbstractMonitorEnabled(DNotesMonitor theMonitor)
theMonitor - the monitor| Method Detail |
|---|
public final DNotesMonitor getMonitor()
getMonitor in interface MonitorEnabledMonitorEnabled.getMonitor()public final void setMonitor(DNotesMonitor theMonitor)
setMonitor in interface MonitorEnabledtheMonitor - the current monitor.MonitorEnabled.setMonitor(de.bea.domingo.DNotesMonitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||