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

Method validate

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

Source from the content-addressed store, hash-verified

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

Callers 2

readIndexMethod · 0.65
onPositiveButtonClickMethod · 0.65

Implementers 1

CoolReaderandroid/src/org/coolreader/CoolReader.

Calls

no outgoing calls

Tested by

no test coverage detected