package edu.jsu.leathrum.mathlets.shared; public class NullAction implements ActionWrapper { public void doThis() { } // whole point of this action is to do nothing.... }