mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
mke sending to listeners code a bit more confusing
This commit is contained in:
@@ -31,6 +31,7 @@ using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IWorldCommListenerMessage { }
|
||||
public interface IWorldCommListenerInfo
|
||||
{
|
||||
bool IsActive { get; }
|
||||
@@ -138,7 +139,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// Pop the first availlable listen event from the queue
|
||||
/// </summary>
|
||||
/// <returns>ListenerInfo with filter filled in</returns>
|
||||
IWorldCommListenerInfo GetNextMessage();
|
||||
IWorldCommListenerMessage GetNextMessage();
|
||||
|
||||
void ListenControl(UUID itemID, int handle, int active);
|
||||
void ListenRemove(UUID itemID, int handle);
|
||||
|
||||
Reference in New Issue
Block a user