Package org.apache.maven.eventspy
Class AbstractEventSpy
java.lang.Object
org.apache.maven.eventspy.AbstractEventSpy
- All Implemented Interfaces:
 EventSpy
- Direct Known Subclasses:
 DefaultPluginValidationManager
A skeleton eventspy that does nothing other than helping implementors.
- Since:
 - 3.0.2
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpy
EventSpy.Context - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Notifies the spy of Maven's termination, allowing it to free any resources allocated by it.voidinit(EventSpy.Context context) Initializes the spy.voidNotifies the spy of some build event/operation. 
- 
Constructor Details
- 
AbstractEventSpy
public AbstractEventSpy() 
 - 
 - 
Method Details
- 
init
Description copied from interface:EventSpyInitializes the spy. - 
onEvent
Description copied from interface:EventSpyNotifies the spy of some build event/operation. - 
close
Description copied from interface:EventSpyNotifies the spy of Maven's termination, allowing it to free any resources allocated by it. 
 -