Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/toolkit/ActionsListener.java

Diff revisions: vs.
  @@ -1,12 +1,12 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.toolkit;
3 -
4 - public interface ActionsListener {
5 - public static final String ACTION_PROCEED = "Proceed";
6 - public static final String ACTION_SAVE = "Save";
7 - public static final String ACTION_CANCEL = "Cancel";
8 - public static final String ACTION_REVERT = "Revert";
9 - public static final String ACTION_DELETE = "Delete";
10 -
11 - public void actionRequested( String pAction );
12 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.toolkit;
3 +
4 + public interface ActionsListener {
5 + public static final String ACTION_PROCEED = "Proceed";
6 + public static final String ACTION_SAVE = "Save";
7 + public static final String ACTION_CANCEL = "Cancel";
8 + public static final String ACTION_REVERT = "Revert";
9 + public static final String ACTION_DELETE = "Delete";
10 +
11 + public void actionRequested( String pAction );
12 + }