MCPcopy Create free account
hub / github.com/buggins/coolreader / onOk

Method onOk

android/src/org/coolreader/CoolReader.java:1332–1332  ·  view source on GitHub ↗
( String s )

Source from the content-addressed store, hash-verified

1330 public interface InputHandler {
1331 boolean validate( String s ) throws Exception;
1332 void onOk( String s ) throws Exception;
1333 void onCancel();
1334 };
1335

Callers 1

onPositiveButtonClickMethod · 0.65

Implementers 1

CoolReaderandroid/src/org/coolreader/CoolReader.

Calls

no outgoing calls

Tested by

no test coverage detected