Package com.sun.mirror.apt
Class RoundCompleteEvent
java.lang.Object
java.util.EventObject
com.sun.mirror.apt.RoundCompleteEvent
- All Implemented Interfaces:
Serializable
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.
- Since:
- 1.5
- Version:
- 1.2 04/07/19
- Author:
- Joseph D. Darcy, Scott Seligman
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprotected
The currentAnnotationProcessorEnvironment
is regarded as the source of events. -
Method Summary
Modifier and TypeMethodDescriptionReturn round state.Return source.Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
RoundCompleteEvent
The currentAnnotationProcessorEnvironment
is regarded as the source of events.- Parameters:
source
- The source of eventsrs
- The state of the round
-
-
Method Details
-
getRoundState
Return round state. -
getSource
Return source.- Overrides:
getSource
in classEventObject
-