org.littleshoot.util
Interface StringListener


public interface StringListener

Utility interface for string callbacks.


Method Summary
 void onString(String str)
          Called when a string is available.
 

Method Detail

onString

void onString(String str)
Called when a string is available.

Parameters:
str - The available string.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.