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:
Serializable
public class MashupErrorEvent
extends org.zkoss.zk.ui.event.Event
- Author:
- rbo
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMashupErrorEvent
(String name, org.zkoss.zk.ui.Component target, String message) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionstatic final MashupErrorEvent
getMashupErrorEvent
(org.zkoss.zk.au.AuRequest request) final String
Methods inherited from class org.zkoss.zk.ui.event.Event
getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
-
Field Details
-
NAME
Event name.- See Also:
-
-
Constructor Details
-
MashupErrorEvent
Constructor.- Parameters:
name
- Nametarget
- Targetmessage
- Message
-
-
Method Details
-
getMashupErrorEvent
- Parameters:
request
- Request- Returns:
- Event
-
getMessage
- Returns:
- Message
-