Class IMHEventSpy

java.lang.Object
org.apache.maven.eventspy.AbstractEventSpy
tel.panfilov.maven.extensions.imh.IMHEventSpy
All Implemented Interfaces:
org.apache.maven.eventspy.EventSpy

@Component(role=org.apache.maven.eventspy.EventSpy.class,
           hint="imh")
public class IMHEventSpy
extends org.apache.maven.eventspy.AbstractEventSpy
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.maven.eventspy.EventSpy

    org.apache.maven.eventspy.EventSpy.Context
  • Constructor Summary

    Constructors
    Constructor Description
    IMHEventSpy()  
  • Method Summary

    Modifier and Type Method Description
    void onEvent​(Object event)  

    Methods inherited from class org.apache.maven.eventspy.AbstractEventSpy

    close, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IMHEventSpy

      public IMHEventSpy()
  • Method Details

    • onEvent

      public void onEvent​(Object event)
      Specified by:
      onEvent in interface org.apache.maven.eventspy.EventSpy
      Overrides:
      onEvent in class org.apache.maven.eventspy.AbstractEventSpy