Package de.xima.fc.gui.common.model.push
Class ExecuteScriptPushData
- java.lang.Object
 - 
- de.xima.fc.gui.common.model.push.ExecuteScriptPushData
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ExecuteScriptPushData extends Object implements Serializable
POJO data model for the push event beans. Represents the data for executing a JavaScript snippet on the client.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ExecuteScriptPushData(String script, String nonce)Creates a new POJO with the given data. 
 -