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