/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.neilcsmith.praxis.live.pxs;
/**
*
* @author Neil C Smith (http://neilcsmith.net)
*/
public interface RunScriptCookie {
public void runScript();
}