package com.atomjack.vcfp.interfaces; import com.atomjack.vcfp.model.PlexMedia; public interface PlexMediaHandler { void onFinish(PlexMedia media); }