Interface Listener

All Superinterfaces:
LoggerListenerBase

public interface Listener
extends LoggerListenerBase
A Schema Listener. Provides access to just a few fields. This is ill defined for now, because most users go straight to XML manipulation.
  • Method Details

    • getListenerPackage

      @NotNull String getListenerPackage()
      Return the listener package as a string.
      Returns:
      the listener package.
    • getListenerClass

      @NotNull String getListenerClass()
      Return the listener class as a string.
      Returns:
      the listener class.
    • getListenerIdString

      default String getListenerIdString()
      Return a string that can be used to uniquely identify this Listener.
      Returns:
      a unique identification string for this Listener