private static final int TOUCH_DEVICE_IDLE_DELAY = 1000;\r
\r
/**\r
- * @deprecated Use GWT.create instead\r
+ * Default constructor. You should use GWT.create instead.\r
*/\r
- @Deprecated\r
public VNotification() {\r
setStyleName(STYLENAME);\r
sinkEvents(Event.ONCLICK);\r
return notification;\r
}\r
\r
- public static VNotification createNotification(int delayMsec, int fadeMsec,\r
- int startOpacity) {\r
- VNotification notification = createNotification(delayMsec);\r
- notification.fadeMsec = fadeMsec;\r
- notification.startOpacity = startOpacity;\r
- return notification;\r
- }\r
-\r
public class HideEvent extends EventObject {\r
\r
public HideEvent(Object source) {\r