ipworks
Class CaldavFreeBusyEvent
java.lang.Object
java.util.EventObject
ipworks.CaldavFreeBusyEvent
- All Implemented Interfaces:
- java.io.Serializable
public class CaldavFreeBusyEvent
- extends java.util.EventObject
Fires for each Free/Busy element received in the response.
This event fires for each FREEBUSY element received in response to a GetFreeBusyReport
request. The FBTYPE will be contained in the BusyType parameter, and the FREEBUSY value itself will be contained in the BusyRange parameter. The Free/Busy information will also be stored in the FreeBusy
collection.
- See Also:
Caldav
,
Caldav.FreeBusyEvent
,
Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
busyType
public java.lang.String busyType
busyRange
public java.lang.String busyRange
Copyright (c) 2013 /n software inc. - All rights reserved.