package com.narrowtux.fmm.util; import java.net.URI; public interface OpenUriAppleEventHandler { public void handleURI(URI uri); }