public class ItemModifiedEvent extends ItemEvent
Modifier and Type | Method and Description |
---|---|
DateTime |
getOldEndTime()
Gets the old end time of the item.
|
ResourceList<Resource> |
getOldResources()
Gets the old resources the item was associated with.
|
DateTime |
getOldStartTime()
Gets the old start time of the item.
|
boolean |
getResizeEnd()
Gets a value indicating whether the item's end has been modified.
|
boolean |
getResizeStart()
Gets a value indicating whether the item's start has been modified.
|
public DateTime getOldStartTime()
DateTime
object representing the original start time of the modified item.public DateTime getOldEndTime()
DateTime
object representing the original end time of the modified item.public ResourceList<Resource> getOldResources()
Contact
, Location
, Task
or
Resource
objects depending on the current grouping type.public boolean getResizeStart()
public boolean getResizeEnd()