public abstract class AbstractEventListener<T extends Achievement> extends Object implements EventListener<T>
| Constructor and Description |
|---|
AbstractEventListener() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getConfigurationObject() |
Method |
getMethod() |
void |
setConfigurationObject(Object configurationObject) |
void |
setMethod(Method method) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, setAnnotationpublic Method getMethod()
getMethod in interface EventListener<T extends Achievement>public void setMethod(Method method)
setMethod in interface EventListener<T extends Achievement>public void setConfigurationObject(Object configurationObject)
setConfigurationObject in interface EventListener<T extends Achievement>public Object getConfigurationObject()
getConfigurationObject in interface EventListener<T extends Achievement>Copyright © 2019. All rights reserved.