com.openfin.desktop
Class ActionEvent
java.lang.Object
java.util.EventObject
com.openfin.desktop.ActionEvent
- All Implemented Interfaces:
- Serializable
public class ActionEvent
- extends EventObject
An Event object is passed to EventListener when the registered event occurs.
- Since:
- 2/9/14
- Author:
- wche
- See Also:
- Serialized Form
ActionEvent
public ActionEvent(String type,
org.json.JSONObject eventObject,
Object source)
- Constructor
- Parameters:
type - Event typeeventObject - Data included in the eventsource - Event source
getType
public String getType()
- Gets event type
- Returns:
- event type
getEventObject
public org.json.JSONObject getEventObject()
- Gets event data object
- Returns:
- event data object
Copyright © 2016. All rights reserved.