package it.angelic.soulissclient.model; /** * Created by Ale on 02/02/2015. * * Something that can be executed */ public interface ISoulissExecutable { void execute(); }