Uses of Enum
org.zeroturnaround.javarebel.ClassEventListener.ChangeType
Packages that use ClassEventListener.ChangeType
Package
Description
Contains the core classes for the JavaRebel SDK that allow custom configuration and integration.
-
Uses of ClassEventListener.ChangeType in org.zeroturnaround.javarebel
Methods in org.zeroturnaround.javarebel that return ClassEventListener.ChangeTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ClassEventListener.ChangeType[]ClassEventListener.ChangeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.zeroturnaround.javarebel with type arguments of type ClassEventListener.ChangeTypeModifier and TypeMethodDescriptiondefault voidClassEventListener.onClassEvent(int eventType, Class<?> klass, Collection<ClassEventListener.ChangeType> changeTypes) Called when a class event occurs.