View of /trunk/ModularRex/RexFramework/IRexObjectPropertiesEventManager.cs
Parent Directory
|
Revision Log
Revision 291 -
(download)
(annotate)
Mon Dec 7 13:42:34 2009 UTC (3 years, 5 months ago) by mikkopa
File size: 573 byte(s)
Mon Dec 7 13:42:34 2009 UTC (3 years, 5 months ago) by mikkopa
File size: 573 byte(s)
* Added a lock to NHibernate insert command * Changed RexObjectProperties and ModrexObjects so that the object isn't saved immediatly to DB when properties are changed. Object is now saved after a second after first update to properties.
using System;
using System.Collections.Generic;
using System.Text;
using OpenMetaverse;
namespace ModularRex.RexFramework
{
public interface IRexObjectPropertiesEventManager
{
void TriggerOnChangePythonClass(UUID id);
void TriggerOnChangeCollisionMesh(UUID id);
void TriggerOnChangeScaleToPrim(UUID id);
void TriggerOnChangeRexObjectProperties(UUID id);
void TriggerOnChangeRexObjectMetaData(UUID id);
byte GetAssetType(UUID assetid);
void TriggerOnSaveObject(UUID id);
}
}
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

