I use interfaces in a bit different way to call a callback: interface IHelper { void onActionDone (); void onActionFailed (); } public class Helper ...
確定! 回上一頁