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 SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionMashupErrorEvent(String name, org.zkoss.zk.ui.Component target, String message) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionstatic final MashupErrorEventgetMashupErrorEvent(org.zkoss.zk.au.AuRequest request) final StringMethods inherited from class org.zkoss.zk.ui.event.EventgetData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
- 
Field Details- 
NAMEEvent name.- See Also:
 
 
- 
- 
Constructor Details- 
MashupErrorEventConstructor.- Parameters:
- name- Name
- target- Target
- message- Message
 
 
- 
- 
Method Details- 
getMashupErrorEvent- Parameters:
- request- Request
- Returns:
- Event
 
- 
getMessage- Returns:
- Message
 
 
-