-
- All Implemented Interfaces:
public interface DerivableCallbackInterface for Callback that can be derived.
-
-
Method Summary
Modifier and Type Method Description abstract Class<out Callback>getDerivedCallback()Retrieve the derived callback class, return null if no derive callback found. -
-
Method Detail
-
getDerivedCallback
@Nullable() abstract Class<out Callback> getDerivedCallback()
Retrieve the derived callback class, return null if no derive callback found.
-
-
-
-