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
Version:
1.2 04/07/19
Author:
Joseph D. Darcy, Scott Seligman
See Also: