- All Implemented Interfaces:
- Comparable<GUIEvent>
Simple bean storing GUI events
- Since:
- 6.0
- Author:
- Marco Meschieri - LogicalDOC
- 
- 
Constructor SummaryConstructors 
- 
Method Summary
int
   boolean
                 int
   void
   void
   void
   void
   
 
 
 
- 
Field Details
- 
ERRORpublic static final String ERROR 
- See Also:
- 
 
- 
WARNINGpublic static final String WARNING 
- See Also:
- 
 
- 
INFOpublic static final String INFO 
- See Also:
- 
 
 
- 
Constructor Details
- 
GUIEventpublic GUIEvent() 
 
- 
Method Details
- 
- 
- 
- 
- 
setDetailpublic void setDetail(String detail) 
- 
- 
setMessagepublic void setMessage(String message) 
- 
- 
setSeveritypublic void setSeverity(String severity) 
- 
- 
setDatepublic void setDate(Date date) 
- 
getERRORpublic static String getERROR() 
 
- 
getWARNpublic static String getWARN() 
 
- 
getINFOpublic static String getINFO()