Kanzi framework  3.9.1
Java API
ResourceManager.ProtocolHandler.Result Class Reference

Holds the result of ProtocolHandler handle callback. More...

Public Member Functions

 Result (Resource resource)
 Constructor in case of success. More...
 
 Result (LoadTask loadTask)
 Constructor in case of success. More...
 
 Result ()
 Constructor in case of failure.
 

Detailed Description

Holds the result of ProtocolHandler handle callback.

The result can be either a synchronously loaded resource, or a load task to asynchronously load the resource.

Constructor & Destructor Documentation

◆ Result() [1/2]

Result ( Resource  resource)

Constructor in case of success.

Parameters
resourceThe created resource.

◆ Result() [2/2]

Result ( LoadTask  loadTask)

Constructor in case of success.

Parameters
loadTaskThe created loadTask.