Package org.apache.maven.internal.impl
Class EventSpyImpl
java.lang.Object
org.apache.maven.internal.impl.EventSpyImpl
- All Implemented Interfaces:
 EventSpy
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpy
EventSpy.Context - 
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. 
- 
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. 
 -