Package org.apache.maven.internal.impl
Class EventSpyImpl
java.lang.Object
org.apache.maven.internal.impl.EventSpyImpl
- All Implemented Interfaces:
- EventSpy
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpyEventSpy.Context
- 
Method SummaryModifier 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- 
initDescription copied from interface:EventSpyInitializes the spy.
- 
onEventDescription copied from interface:EventSpyNotifies the spy of some build event/operation.
- 
closeDescription copied from interface:EventSpyNotifies the spy of Maven's termination, allowing it to free any resources allocated by it.
 
-