|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfacets.util.app.Events.EventTracer
public abstract static class Events.EventTracer
Can be notified of build etc messages.
An Events.EventTracer
passed to Events.setBuildMonitor(EventTracer)
will be be updated with any message starting with "\gt>"
created with Events.traceEvent(String)
.
Constructor Summary | |
---|---|
Events.EventTracer()
|
Method Summary | |
---|---|
protected abstract void |
setBuildEstimate(int millis)
|
protected abstract void |
update(java.lang.String msg,
int elapsed)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Events.EventTracer()
Method Detail |
---|
protected abstract void update(java.lang.String msg, int elapsed)
protected abstract void setBuildEstimate(int millis)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |