package uk.co.flyingsquirrels.models; public interface ControllableComponent extends Component { Control getControl(); }