ipworks
Class WebdavDirListEvent
java.lang.Object
java.util.EventObject
ipworks.WebdavDirListEvent
- All Implemented Interfaces:
- java.io.Serializable
public class WebdavDirListEvent
- extends java.util.EventObject
Fires for each entry returned in a directory listing.
The DirList
event is fired when a directory listing is received
as a response to ListDirectory
.
The StartTransfer
and EndTransfer
events mark the beginning
and end of the event stream.
- See Also:
Webdav
,
Webdav.DirListEvent
,
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
displayName
public java.lang.String displayName
contentLanguage
public java.lang.String contentLanguage
contentLength
public java.lang.String contentLength
contentType
public java.lang.String contentType
lastModified
public java.lang.String lastModified
Copyright (c) 2013 /n software inc. - All rights reserved.