package com.bekwam.examples.javafx.dynamic.api; /** * Created by carl_000 on 2/14/2015. */ public interface ServiceObject1 { void doSomething(); }