Interface EventPublisher
-
public interface EventPublisherAllows for sending platform events.- Author:
- K. Benedyczak
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireEvent(pl.edu.icm.unity.types.Event event)Publish the event for further processing.
-