public interface EventPublisher
| Modifier and Type | Method and Description |
|---|---|
void |
fireEvent(pl.edu.icm.unity.base.event.Event event) |
void |
fireEventWithAuthz(pl.edu.icm.unity.base.event.Event event)
Invokes the event as
fireEvent(Event), however the caller is authorized
with the highest privilege level. |
void fireEventWithAuthz(pl.edu.icm.unity.base.event.Event event)
throws pl.edu.icm.unity.exceptions.AuthorizationException
fireEvent(Event), however the caller is authorized
with the highest privilege level.event - pl.edu.icm.unity.exceptions.AuthorizationExceptionvoid fireEvent(pl.edu.icm.unity.base.event.Event event)
Copyright © 2018 Unity. All rights reserved.