Uses of Interface
org.ocap.hn.NetActionHandler

Packages that use NetActionHandler
org.ocap.hn Provides interfaces and classes for representing a home network. 
org.ocap.hn.content   
 

Uses of NetActionHandler in org.ocap.hn
 

Methods in org.ocap.hn with parameters of type NetActionHandler
 NetActionRequest ContentManagementModule.copy(Locator source, Locator dest, NetActionHandler handler)
          Copies a file or a recorded service from one device to another.
 NetActionRequest ContentManagementModule.delete(Locator target, NetActionHandler handler)
          Deletes a file or a recorded service on a remote device.
 NetActionRequest ContentManagementModule.move(Locator source, Locator dest, NetActionHandler handler)
          Moves a file or a recorded service from one device to another.
 

Uses of NetActionHandler in org.ocap.hn.content
 

Methods in org.ocap.hn.content with parameters of type NetActionHandler
abstract  NetActionRequest ContentDatabase.requestEntries(ContentServer server, ContentContainer parent, int startingIndex, int requestedCount, ContentContainer container, String searchCriteria, NetActionHandler handler)
          Requests a search of the remote ContentServer which results in the creation of a ContentList.
 NetActionRequest ContentContainer.requestNewEntry(ContentEntry entry, ContentServer server, NetActionHandler handler)
          Requests a ContentEntry be created and added to a Container in a remote server.