Package org.robovm.apple.uikit
Interface UITextInputDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UIInputViewController,UITextInputDelegateAdapter
public interface UITextInputDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidselectionDidChange(UITextInput textInput)voidselectionWillChange(UITextInput textInput)voidtextDidChange(UITextInput textInput)voidtextWillChange(UITextInput textInput)
-
Method Details
-
selectionWillChange
-
selectionDidChange
-
textWillChange
-
textDidChange
-