public class CallbackMetadata extends Object
Constructor and Description |
---|
CallbackMetadata(EntityListenerType listenerType,
CallbackType callbackType,
Method callbackMethod)
Creates a new instance of
CallbackMetadata . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Method |
getCallbackMethod()
Returns the callback method.
|
CallbackType |
getCallbackType()
Returns the callback type.
|
Class<?> |
getListenerClass()
Returns the listener class.
|
EntityListenerType |
getListenerType()
Returns the listener type.
|
int |
hashCode() |
String |
toString() |
public CallbackMetadata(EntityListenerType listenerType, CallbackType callbackType, Method callbackMethod)
CallbackMetadata
.listenerType
- the listener typecallbackType
- the callback typecallbackMethod
- the callback methodpublic EntityListenerType getListenerType()
public CallbackType getCallbackType()
public Method getCallbackMethod()
public Class<?> getListenerClass()
Copyright © 2016. All rights reserved.