public abstract class ASMEventHandler extends java.lang.Object implements EventHandler
| Constructor and Description |
|---|
ASMEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Class<?> |
getEventClass()
Returns the event class this ASMEventHandler handles
|
abstract java.lang.Class<?> |
getTargetClass()
Returns the class defining the method this ASMEventHandler invokes
|
java.lang.String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waithandlepublic abstract java.lang.Class<?> getEventClass()
public abstract java.lang.Class<?> getTargetClass()
public java.lang.String toString()
toString in class java.lang.Object