]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/IMenuItem.java
UPD: More advanced permission system for menu items to provide adaptive
[gigi.git] / src / org / cacert / gigi / output / IMenuItem.java
index 8abdc83241cbd36cb1251a8d05c54f5fb146b414..eeef0b04227e9857d215faca00d63126af624283 100644 (file)
@@ -1,10 +1,11 @@
 package org.cacert.gigi.output;
 
+import org.cacert.gigi.PermissionCheckable;
+
 /**
  * Markerinterface for an {@link Outputable} speicially used in a {@link Menu}.
  * 
  * @author janis
  */
-public interface IMenuItem extends Outputable {
-    // Nothing to see here.
+public interface IMenuItem extends Outputable, PermissionCheckable {
 }