public enum InvokedMethodListenerMethod extends Enum<InvokedMethodListenerMethod>
IInvokedMethodListener
or
IInvokedMethodListener2
should be called.Enum Constant and Description |
---|
AFTER_INVOCATION |
BEFORE_INVOCATION |
Modifier and Type | Method and Description |
---|---|
static InvokedMethodListenerMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvokedMethodListenerMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvokedMethodListenerMethod BEFORE_INVOCATION
public static final InvokedMethodListenerMethod AFTER_INVOCATION
public static InvokedMethodListenerMethod[] values()
for (InvokedMethodListenerMethod c : InvokedMethodListenerMethod.values()) System.out.println(c);
public static InvokedMethodListenerMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2018. All rights reserved.