We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f28abf commit 57c7d46Copy full SHA for 57c7d46
1 file changed
SIF3InfraREST/sif3Common/src/main/java/sif3/common/interfaces/EventProvider.java
@@ -74,5 +74,7 @@ public interface EventProvider<L> extends DataModelLink
74
* @param context The context for which the events applied to. This parameter value can be null which indicated the default context.
75
*/
76
public void onEventError(SIFEvent<L> sifEvent, SIFZone zone, SIFContext context);
77
+
78
+ public void broadcastEvents();
79
80
}
0 commit comments