example.mmademo
Interface Utils.QueryListener

All Known Implementing Classes:
SimpleHttpBrowser, SimplePlayer
Enclosing class:
Utils

static interface Utils.QueryListener

Interface that is implemented by classes that use the query() functions.


Method Summary
 void queryCancelled()
           
 void queryOK(java.lang.String text)
           
 

Method Detail

queryOK

void queryOK(java.lang.String text)

queryCancelled

void queryCancelled()