package com.atomjack.vcfp.interfaces; import com.atomjack.vcfp.model.Stream; public interface PlexStreamHandler { void onFinish(Stream stream); }