Package org.zkoss.stateless.action.data
Class DetectData
- java.lang.Object
-
- org.zkoss.stateless.action.data.DetectData
-
- All Implemented Interfaces:
java.io.Serializable
,ActionData
public class DetectData extends java.lang.Object implements ActionData
Represents an event that a result is detected by component.- Author:
- jumperchen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DetectData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getResult()
Returns the detected result.java.lang.String
getType()
Returns the detected type.
-