mke sending to listeners code a bit more confusing

This commit is contained in:
UbitUmarov
2022-06-19 01:22:03 +01:00
parent 6e1aa77416
commit adf818370a
3 changed files with 265 additions and 117 deletions

View File

@@ -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);