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 Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
Event name.
-
Constructor Summary
Constructors Constructor Description MashupErrorEvent(java.lang.String name, org.zkoss.zk.ui.Component target, java.lang.String message)
Constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MashupErrorEvent
getMashupErrorEvent(org.zkoss.zk.au.AuRequest request)
java.lang.String
getMessage()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
Event name.- See Also:
- Constant Field Values
-
-
Method Detail
-
getMashupErrorEvent
public static final MashupErrorEvent getMashupErrorEvent(org.zkoss.zk.au.AuRequest request)
- Parameters:
request
- Request- Returns:
- Event
-
getMessage
public final java.lang.String getMessage()
- Returns:
- Message
-
-