com.asdf.utils
Interface Callback


public interface Callback

Interface used for callbacks.


Method Summary
 void call(java.lang.Object parameter)
           
 

Method Detail

call

void call(java.lang.Object parameter)