OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | List of all members
OpenSim.Region.Framework.Interfaces.IAgentAssetTransactions Interface Reference
Inheritance diagram for OpenSim.Region.Framework.Interfaces.IAgentAssetTransactions:
Inheritance graph
[legend]

Public Member Functions

void HandleItemUpdateFromTransaction (IClientAPI remoteClient, UUID transactionID, InventoryItemBase item)
 
bool HandleItemCreationFromTransaction (IClientAPI remoteClient, UUID transactionID, UUID folderID, uint callbackID, string description, string name, sbyte invType, sbyte type, byte wearableType, uint nextOwnerMask)
 
void HandleTaskItemUpdateFromTransaction (IClientAPI remoteClient, SceneObjectPart part, UUID transactionID, TaskInventoryItem item)
 
void RemoveAgentAssetTransactions (UUID userID)
 

Detailed Description

Definition at line 34 of file IAgentAssetTransactions.cs.

Member Function Documentation

bool OpenSim.Region.Framework.Interfaces.IAgentAssetTransactions.HandleItemCreationFromTransaction ( IClientAPI  remoteClient,
UUID  transactionID,
UUID  folderID,
uint  callbackID,
string  description,
string  name,
sbyte  invType,
sbyte  type,
byte  wearableType,
uint  nextOwnerMask 
)

Implemented in OpenSim.Region.CoreModules.Agent.AssetTransaction.AssetTransactionModule.

Here is the caller graph for this function:

void OpenSim.Region.Framework.Interfaces.IAgentAssetTransactions.HandleItemUpdateFromTransaction ( IClientAPI  remoteClient,
UUID  transactionID,
InventoryItemBase  item 
)
void OpenSim.Region.Framework.Interfaces.IAgentAssetTransactions.HandleTaskItemUpdateFromTransaction ( IClientAPI  remoteClient,
SceneObjectPart  part,
UUID  transactionID,
TaskInventoryItem  item 
)
void OpenSim.Region.Framework.Interfaces.IAgentAssetTransactions.RemoveAgentAssetTransactions ( UUID  userID)

The documentation for this interface was generated from the following file: