Interface EventListener


public interface EventListener
Listener for events.

A listener is notified about events that happened during source code generation.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(Event event)
    Called when an event has happened
  • Method Details

    • onEvent

      void onEvent(Event event)
      Called when an event has happened
      Parameters:
      event - the event