Skip to content

Commit 57c7d46

Browse files
author
Joerg Huber
committed
Added broadcast() mthod to interface.
1 parent 3f28abf commit 57c7d46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SIF3InfraREST/sif3Common/src/main/java/sif3/common/interfaces/EventProvider.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,7 @@ public interface EventProvider<L> extends DataModelLink
7474
* @param context The context for which the events applied to. This parameter value can be null which indicated the default context.
7575
*/
7676
public void onEventError(SIFEvent<L> sifEvent, SIFZone zone, SIFContext context);
77+
78+
public void broadcastEvents();
7779

7880
}

0 commit comments

Comments
 (0)