public interface TaskListener
Provides a listener to monitor the activity of the JDK Java Compiler, javac.
- Since:
- 1.6
-
Method Summary
default void
Invoked when an event has been completed.
default void
Invoked when an event has begun.
-
Method Details
-
started
Invoked when an event has begun.
- Implementation Requirements:
- The default implementation of this method does nothing.
- Parameters:
e
- the event
-
finished
Invoked when an event has been completed.
- Implementation Requirements:
- The default implementation of this method does nothing.
- Parameters:
e
- the event