diff options
Diffstat (limited to 'java/src/IceGrid/TreeNode/CommonBase.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/CommonBase.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/src/IceGrid/TreeNode/CommonBase.java b/java/src/IceGrid/TreeNode/CommonBase.java index 9c197915028..1e9b96c246d 100755 --- a/java/src/IceGrid/TreeNode/CommonBase.java +++ b/java/src/IceGrid/TreeNode/CommonBase.java @@ -139,8 +139,8 @@ public interface CommonBase extends TreeCellRenderer static final int SHUTDOWN_NODE = 22;
- static final int APPLICATION_REFRESH_INSTALLATION = 23;
- static final int SERVER_REFRESH_INSTALLATION = 24;
+ static final int APPLICATION_INSTALL_DISTRIBUTION = 23;
+ static final int SERVER_INSTALL_DISTRIBUTION = 24;
static public final int ACTION_COUNT = 25;
@@ -174,8 +174,8 @@ public interface CommonBase extends TreeCellRenderer void shutdownNode();
- void applicationRefreshInstallation();
- void serverRefreshInstallation();
+ void applicationInstallDistribution();
+ void serverInstallDistribution();
JPopupMenu getPopupMenu();
}
|