Package org.daypilot.ui.args.scheduler
Class EventUpdateArgs
- java.lang.Object
-
- org.daypilot.ui.args.common.DayPilotArgs
-
- org.daypilot.ui.args.scheduler.EventUpdateArgs
-
public class EventUpdateArgs extends DayPilotArgs
-
-
Field Summary
-
Fields inherited from class org.daypilot.ui.args.common.DayPilotArgs
data
-
-
Method Summary
Modifier and Type Method Description static EventUpdateArgs
fromJSON(JSONObject params, JSONObject data)
EventData
getEvent()
-
Methods inherited from class org.daypilot.ui.args.common.DayPilotArgs
getData, setData
-
-
-
-
Method Detail
-
fromJSON
public static EventUpdateArgs fromJSON(JSONObject params, JSONObject data)
-
getEvent
public EventData getEvent()
-
-