From 40ca66cf6ce5acae60ada4922e642c864c58d073 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Fri, 30 Jan 2009 13:35:30 +0000
Subject: [PATCH] minor: add javadoc

SVN: 9622
---
 .../client/web/client/application/framework/AppEvents.java  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/framework/AppEvents.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/framework/AppEvents.java
index ff956af9731..01b8331e35d 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/framework/AppEvents.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/framework/AppEvents.java
@@ -39,13 +39,19 @@ public class AppEvents
      */
     private final static int STARTING_VALUE = 1000000;
 
+    // TODO 2009-01-30, Tomasz Pylak: is this needed at all? It's fired i n some places, but never
+    // handled
     public final static int CALLBACK_FINISHED = STARTING_VALUE + 10;
 
+    // opens the main application window
     public final static int INIT = STARTING_VALUE + 20;
 
+    // opens the starting page with login window
     public final static int LOGIN = STARTING_VALUE + 30;
 
+    // opens a new tab
     public static final int NAVI_EVENT = STARTING_VALUE + 40;
 
+    // opens a new browser window with a specified URL
     public static final int OPEN_URL_EVENT = STARTING_VALUE + 50;
 }
-- 
GitLab