public interface LifecycleCallbacks
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
hasCallback(java.lang.Object obj,
int eventType)
Return whether the given instance has a callback for the given
event type.
|
void |
makeCallback(java.lang.Object obj,
java.lang.Object related,
int eventType)
Invoke the callback for the given event type on the given instance.
|
boolean hasCallback(java.lang.Object obj, int eventType)
void makeCallback(java.lang.Object obj, java.lang.Object related, int eventType) throws java.lang.Exception
java.lang.Exception
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.