|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.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 monitorMethod Detail |
---|
public final DNotesMonitor getMonitor()
getMonitor
in interface MonitorEnabled
MonitorEnabled.getMonitor()
public final void setMonitor(DNotesMonitor theMonitor)
setMonitor
in interface MonitorEnabled
theMonitor
- 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 |