package org.github.bouba.fumoffu;

/**

*  This the list of possible actions in the UI, it used as a redirection
*  within the JRuby handlers
*
* @author bouba
*/

public enum UIActions {

SAMPLE_ACTION

}