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

Public Member Functions

void RegisterNewReceiver (IScriptModule scriptEngine, UUID channelID, UUID objectID, UUID itemID, string url)
 
void ScriptRemoved (UUID itemID)
 
void ObjectRemoved (UUID objectID)
 
void UnRegisterReceiver (string channelID, UUID itemID)
 

Detailed Description

Definition at line 32 of file IXmlRpcRouter.cs.

Member Function Documentation

void OpenSim.Region.Framework.Interfaces.IXmlRpcRouter.ObjectRemoved ( UUID  objectID)
void OpenSim.Region.Framework.Interfaces.IXmlRpcRouter.RegisterNewReceiver ( IScriptModule  scriptEngine,
UUID  channelID,
UUID  objectID,
UUID  itemID,
string  url 
)
void OpenSim.Region.Framework.Interfaces.IXmlRpcRouter.ScriptRemoved ( UUID  itemID)
void OpenSim.Region.Framework.Interfaces.IXmlRpcRouter.UnRegisterReceiver ( string  channelID,
UUID  itemID 
)

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