Class AbstractAnnotationListener

java.lang.Object
io.fluentlenium.core.events.AbstractAnnotationListener
All Implemented Interfaces:
ListenerContainer, ListenerPriority

public abstract class AbstractAnnotationListener extends Object implements ListenerPriority, ListenerContainer
Abstract class for annotation listeners.
  • Constructor Details

    • AbstractAnnotationListener

      public AbstractAnnotationListener (Object container, int priority)
      Creates a new annotation listener.
      Parameters:
      container - container where annotation has been found
      priority - priority of this listener
  • Method Details