package edu.jsu.leathrum.mathlets.shared; public interface ActionWrapper { public void doThis(); }