Package org.fluentlenium.core.events
Class AbstractAnnotationListener
- java.lang.Object
-
- org.fluentlenium.core.events.AbstractAnnotationListener
-
- All Implemented Interfaces:
ListenerContainer,ListenerPriority
public abstract class AbstractAnnotationListener extends java.lang.Object implements ListenerPriority, ListenerContainer
Abstract class for annotation listeners.
-
-
Constructor Summary
Constructors Constructor Description AbstractAnnotationListener(java.lang.Object container, int priority)Creates a new annotation listener.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetContainer()Get the underlying container of this listener.intgetPriority()Get the priority of this listener.
-
-
-
Method Detail
-
getPriority
public int getPriority()
Description copied from interface:ListenerPriorityGet the priority of this listener.- Specified by:
getPriorityin interfaceListenerPriority- Returns:
- listener priority
-
getContainer
public java.lang.Object getContainer()
Description copied from interface:ListenerContainerGet the underlying container of this listener.- Specified by:
getContainerin interfaceListenerContainer- Returns:
- container object
-
-