package Current.manage; /** This class is meant to be passed through "M.mcbSend(new SpaceChange)" * to indicate that some aspect of the rendering of the parameter space has * been changed. */ public class SpaceChange { /** Creates a new instance of SpaceChange */ public SpaceChange() { } }