Module openj9.dtfj

Interface PluginListenerFactory


public interface PluginListenerFactory
Interface for factories which produce plugin listeners to be notified when the class scanning takes place.
  • Method Summary

    Modifier and Type
    Method
    Description
    The set of listeners which should be notified.
  • Method Details

    • getListeners

      Set<ClassListener> getListeners()
      The set of listeners which should be notified.
      Returns:
      list, null or empty list if none