1 /*
2 * $Id: IAccessKeyItem.java,v 1.2 2007/05/24 12:26:17 oeuillot Exp $
3 */
4 package org.rcfaces.core.item;
5
6 /**
7 * @author Olivier Oeuillot (latest modification by $Author: oeuillot $)
8 * @version $Revision: 1.2 $ $Date: 2007/05/24 12:26:17 $
9 */
10 public interface IAccessKeyItem {
11 String getAccessKey();
12 }