This commit is contained in:
12
server/biz/INotifiableObject.cs
Normal file
12
server/biz/INotifiableObject.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Threading.Tasks;
|
||||
using Sockeye.Models;
|
||||
namespace Sockeye.Biz
|
||||
{
|
||||
/// <summary>
|
||||
/// Interface for biz objects that support notification
|
||||
/// </summary>
|
||||
internal interface INotifiableObject
|
||||
{
|
||||
Task HandlePotentialNotificationEvent(SockEvent ayaEvent, ICoreBizObjectModel newObject, ICoreBizObjectModel originalObject = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user