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

    Fields
    Modifier and Type
    Field
    Description
    final org.zeroturnaround.javarebel.ClassEventListener
     

    Fields inherited from interface org.zeroturnaround.javarebel.ClassEventListener

    EVENT_DEPENDENCY_RELOADED, EVENT_LOADED, EVENT_RELOADED, PRIORITY_CORE, PRIORITY_DEFAULT, PRIORITY_WEB
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      priority in interface org.zeroturnaround.javarebel.ClassEventListener