public abstract class AbstractAnnotationListener extends java.lang.Object implements ListenerPriority, ListenerContainer
| Constructor and Description |
|---|
AbstractAnnotationListener(java.lang.Object container,
int priority)
Creates a new annotation listener.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getContainer()
Get the underlying container of this listener.
|
int |
getPriority()
Get the priority of this listener.
|
public AbstractAnnotationListener(java.lang.Object container,
int priority)
container - container where annotation has been foundpriority - priority of this listenerpublic int getPriority()
ListenerPrioritygetPriority in interface ListenerPrioritypublic java.lang.Object getContainer()
ListenerContainergetContainer in interface ListenerContainerCopyright © 2018 FluentLenium. All Rights Reserved.