Package io.github.qishr.cascara.ui.control
Interface OnPasteHandler
java.lang.Object
io.github.qishr.cascara.ui.control.LcdScreen.OnPasteHandler
Enclosing Class:
io.github.qishr.cascara.ui.control.LcdScreen
public static interface OnPasteHandler
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract void | onPaste(String value) |
Method Details
onPaste
public abstract void onPaste(String value)