public interface LifecycleCallbacks extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
hasCallback(Object obj,
int eventType)
Return whether the given instance has a callback for the given
event type.
|
void |
makeCallback(Object obj,
Object related,
int eventType)
Invoke the callback for the given event type on the given instance.
|
boolean hasCallback(Object obj, int eventType)
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.