package com.usemodj.forum.struts.action; public interface RoleAware { void setRole( String role); }