com.sun.mirror.apt
Class RoundCompleteEvent
java.lang.Object
java.util.EventObject
com.sun.mirror.apt.RoundCompleteEvent
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- RoundCompleteEventImpl
public abstract class RoundCompleteEvent
- extends java.util.EventObject
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
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
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 |
rs
private RoundState rs
RoundCompleteEvent
protected RoundCompleteEvent(AnnotationProcessorEnvironment source,
RoundState rs)
- The current AnnotationProcessorEnvironment is regarded
as the source of events.
- Parameters:
source - The source of eventsrs - The state of the round
getRoundState
public RoundState getRoundState()
- Return round state.
getSource
public AnnotationProcessorEnvironment getSource()
- Return source.
- Overrides:
getSource in class java.util.EventObject