Spec-Zone .ru
спецификации, руководства, описания, API

Mirror API
DRAFT ea-b118

com.sun.mirror.apt
Class RoundCompleteEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.sun.mirror.apt.RoundCompleteEvent
All Implemented Interfaces:
Serializable

Deprecated. All components of this API have been superseded by the standardized annotation processing API. This class has no direct analog in the standardized API because the different round model renders it unnecessary.

@Deprecated
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

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
Modifier Constructor and Description
protected RoundCompleteEvent(AnnotationProcessorEnvironment source, RoundState rs)
          Deprecated. The current AnnotationProcessorEnvironment is regarded as the source of events.
 
Method Summary
Modifier and Type Method and Description
 RoundState getRoundState()
          Deprecated. Return round state.
 AnnotationProcessorEnvironment getSource()
          Deprecated. 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

RoundCompleteEvent

protected RoundCompleteEvent(AnnotationProcessorEnvironment source,
                             RoundState rs)
Deprecated. 
The current AnnotationProcessorEnvironment is regarded as the source of events.

Parameters:
source - The source of events
rs - The state of the round
Method Detail

getRoundState

public RoundState getRoundState()
Deprecated. 
Return round state.


getSource

public AnnotationProcessorEnvironment getSource()
Deprecated. 
Return source.

Overrides:
getSource in class EventObject

Mirror API
DRAFT ea-b118

Copyright © 2004, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.