Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse JDT
Release 3.5

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

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

RoundCompleteEvent

protected RoundCompleteEvent(
AnnotationProcessorEnvironment source,
                             
RoundState rs)
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()
Return round state.


getSource

public 
AnnotationProcessorEnvironment getSource()
Return source.

Overrides:
getSource in class EventObject

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire