Class AbstractEventSpy
java.lang.Object
org.apache.maven.eventspy.AbstractEventSpy
- All Implemented Interfaces:
 EventSpy
- Direct Known Subclasses:
 DefaultArtifactHandlerManager,DefaultPluginValidationManager,DefaultTypeRegistry,LegacyArtifactHandlerManager
- 
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
 - 
onEvent
 - 
close
 
 -