package com.atomjack.vcfp.interfaces; public interface ServerTestHandler { void onFinish(int statusCode, boolean available); }