Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readIndex
Method · 0.65
onPositiveButtonClick
Method · 0.65
Implementers
1
CoolReader
android/src/org/coolreader/CoolReader.
Calls
no outgoing calls
Tested by
no test coverage detected