Interface CCMobileTextInputSender.IOwner

All Superinterfaces:
Serializable
Enclosing class:
CCMobileTextInputSender

public static interface CCMobileTextInputSender.IOwner extends Serializable
  • Method Details

    • getTitle

      String getTitle()
    • getText

      String getText()
    • setText

      void setText(String text)
    • reactOnOK

      void reactOnOK()
    • reactOnCancel

      void reactOnCancel()
    • reactOnTextChange

      void reactOnTextChange()