package net.sf.eclipsefp.haskell.buildwrapper.types; /** * Async handler for thing at point * @author JP Moresmau * */ public interface ThingAtPointHandler { void handleThing(ThingAtPoint thing); }