com.sun.mirror.apt
Class RoundCompleteEvent
java.lang.Object
java.util.EventObject
com.sun.mirror.apt.RoundCompleteEvent
- All Implemented Interfaces:
- Serializable
public abstract class RoundCompleteEvent
- extends 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
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 EventObject
Report a bug or request a feature.
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.