Interface Callback

  • All Implemented Interfaces:
    java.io.Serializable

    
    public interface Callback
     implements Serializable
                        

    Base Callback interface

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract int get_id() Return the unique id for this callback.
      abstract String getContent() Return the raw content of the Callback.
      abstract String getType() Return the type of the Callback, the type name should align with the Callback type returned from AM
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.

      • getType

         abstract String getType()

        Return the type of the Callback, the type name should align with the Callback type returned from AM