Interface Callback
-
- All Implemented Interfaces:
-
java.io.Serializable
public interface Callback implements Serializable
Base Callback interface
-
-
Method Summary
Modifier and Type Method Description abstract intget_id()Return the unique id for this callback. abstract StringgetContent()Return the raw content of the Callback. abstract StringgetType()Return the type of the Callback, the type name should align with the Callback type returned from AM -
-
Method Detail
-
get_id
abstract int get_id()
Return the unique id for this callback. The id only available with Callback that using PageCallback
-
getContent
abstract String getContent()
Return the raw content of the Callback.
-
-
-
-