|
Eclipse JDT Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.sun.mirror.apt.RoundCompleteEvent
public abstract class RoundCompleteEvent
Event for the completion of a round of annotation processing.
While this class extends the serializable EventObject, it cannot meaningfully be serialized because all of the annotation processing tool's internal state would potentially be needed.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
protected |
RoundCompleteEvent(AnnotationProcessorEnvironment source,
RoundState rs)
The current AnnotationProcessorEnvironment is regarded as the source of events. |
Method Summary | |
---|---|
RoundState |
getRoundState()
Return round state. |
AnnotationProcessorEnvironment |
getSource()
Return source. |
Methods inherited from class java.util.EventObject |
---|
toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected RoundCompleteEvent(AnnotationProcessorEnvironment source, RoundState rs)
source
- The source of eventsrs
- The state of the roundMethod Detail |
---|
public RoundState getRoundState()
public AnnotationProcessorEnvironment getSource()
getSource
in class EventObject
|
Eclipse JDT Release 3.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |