Class ClassEventListenerAdapter
java.lang.Object
org.zeroturnaround.javarebel.integration.generic.ClassEventListenerAdapter
- All Implemented Interfaces:
org.zeroturnaround.javarebel.ClassEventListener
public class ClassEventListenerAdapter
extends Object
implements org.zeroturnaround.javarebel.ClassEventListener
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.zeroturnaround.javarebel.ClassEventListener
org.zeroturnaround.javarebel.ClassEventListener.ChangeType -
Field Summary
FieldsFields inherited from interface org.zeroturnaround.javarebel.ClassEventListener
EVENT_DEPENDENCY_RELOADED, EVENT_LOADED, EVENT_RELOADED, PRIORITY_CORE, PRIORITY_DEFAULT, PRIORITY_WEB -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zeroturnaround.javarebel.ClassEventListener
onClassEvent, onClassEvent
-
Field Details
-
weak
public final org.zeroturnaround.javarebel.ClassEventListener weak
-
-
Constructor Details
-
ClassEventListenerAdapter
public ClassEventListenerAdapter() -
ClassEventListenerAdapter
public ClassEventListenerAdapter(int priority)
-
-
Method Details
-
priority
public int priority()- Specified by:
priorityin interfaceorg.zeroturnaround.javarebel.ClassEventListener
-