|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--elge.monitor.AbstractMonitor | +--elge.monitor.WorldMonitor
World monitor enables you to monitor eny property of the world object.
Field Summary | |
protected PropertyDescriptor |
propD
the proeprty descriptor of the monitor |
Fields inherited from class elge.monitor.AbstractMonitor |
per, PROP_PROJECT, pt |
Constructor Summary | |
WorldMonitor()
Creates a new instance of WorldMonitor |
Method Summary | |
String |
getDescription()
the user help |
String |
getFullName()
the monitor's full name |
String[] |
getIdentifiers()
the identifiers |
String |
getMonitoredProperty()
the monitored property name |
String |
getMonitorName()
The Montior name |
Object[] |
getValues()
The values |
boolean |
isAvailable()
true, if the property monitor is available. |
void |
setMonitoredProperty(String mp)
sets the property to monitor |
protected void |
updateMonitor()
updates the property descriptor |
protected void |
updateProperties()
updates the property descriptor if the property name is valid. |
Methods inherited from class elge.monitor.AbstractMonitor |
addPropertyChangeListener, getPersistence, getProject, propertyChange, removePropertyChangeListener, restart, setPersistence, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected PropertyDescriptor propD
Constructor Detail |
public WorldMonitor()
Method Detail |
public String getDescription()
public String getMonitoredProperty()
public void setMonitoredProperty(String mp)
mp
- the proeprty nameprotected void updateProperties()
public boolean isAvailable()
public String getFullName()
public String[] getIdentifiers()
public String getMonitorName()
public Object[] getValues()
protected void updateMonitor()
updateMonitor
in class AbstractMonitor
AbstractMonitor.propertyChange(java.beans.PropertyChangeEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |