|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmetricsprovider.ListenerObserver
public class ListenerObserver
This class is an static observer stub designed to listen to the EditorListener plugin. It provides update information to the appropriate MetricGenerator subclass.
| Method Summary | |
|---|---|
static ListenerObserver |
getInstance()
|
void |
update(java.util.Observable arg0,
java.lang.Object arg1)
This method gets called when EditorListener updates, in turn, it calls an update for the appropriate MetricsGenerator. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ListenerObserver getInstance()
public void update(java.util.Observable arg0,
java.lang.Object arg1)
update in interface java.util.Observer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||