/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.wordpress.salaboy.model.command; /** * * @author esteban */ public interface Command { void execute(); }