package com.proxgrind.chameleon.callback; public interface ActionCallback { void onSuccess(S s); void onFail(F f); }