ipworksssl
Class WebdavsResourcePropertiesEvent
java.lang.Object
java.util.EventObject
ipworksssl.WebdavsResourcePropertiesEvent
- All Implemented Interfaces:
- java.io.Serializable
public class WebdavsResourcePropertiesEvent
- extends java.util.EventObject
Fires for each entry returned through a property search.
The ResourceProperties event is fired when resource properties are
received as a response to FindProperties .
The StartTransfer and EndTransfer events mark the beginning
and end of the event stream.
The ResourceProperties contains the full XML containing the
properties of the resource.
ResourceURI contains the name of the resource.
The parsed property names, values, and status are contained within the Properties collection
.
- See Also:
Webdavs,
Webdavs.ResourcePropertiesEvent,
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 |
resourceURI
public java.lang.String resourceURI
resourceProperties
public java.lang.String resourceProperties
Copyright (c) 2015 /n software inc. - All rights reserved.