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