mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: implement feedback manager
This commit is contained in:
parent
3823943cd9
commit
dd66de0463
19 changed files with 231 additions and 69 deletions
|
|
@ -3,6 +3,7 @@ using System;
|
|||
|
||||
namespace PepperDash.Essentials.Core
|
||||
{
|
||||
public delegate void RouteChangedEventHandler(IRoutingWithFeedback midpoint, RouteSwitchDescriptor newRoute);
|
||||
/// <summary>
|
||||
/// Defines an IRouting with a feedback event
|
||||
/// </summary>
|
||||
|
|
@ -10,6 +11,6 @@ namespace PepperDash.Essentials.Core
|
|||
{
|
||||
List<RouteSwitchDescriptor> CurrentRoutes { get; }
|
||||
|
||||
event EventHandler RoutingChanged;
|
||||
event RouteChangedEventHandler RouteChanged;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue