public interface OnCallbackListener
addOnCallbackListener
method. When
the onCallback event occurs, that object's appropriate
method is invoked.Modifier and Type | Method and Description |
---|---|
void |
onCallback(java.lang.String[] args)
On callback.
|