Package com.saperion.ngc.events.iform
Class MashupErrorEvent
- java.lang.Object
- 
- org.zkoss.zk.ui.event.Event
- 
- com.saperion.ngc.events.iform.MashupErrorEvent
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class MashupErrorEvent extends org.zkoss.zk.ui.event.Event- Author:
- rbo
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringNAMEEvent name.
 - 
Constructor SummaryConstructors Constructor Description MashupErrorEvent(java.lang.String name, org.zkoss.zk.ui.Component target, java.lang.String message)Constructor.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MashupErrorEventgetMashupErrorEvent(org.zkoss.zk.au.AuRequest request)java.lang.StringgetMessage()
 
- 
- 
- 
Field Detail- 
NAMEpublic static final java.lang.String NAME Event name.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getMashupErrorEventpublic static final MashupErrorEvent getMashupErrorEvent(org.zkoss.zk.au.AuRequest request) - Parameters:
- request- Request
- Returns:
- Event
 
 - 
getMessagepublic final java.lang.String getMessage() - Returns:
- Message
 
 
- 
 
-