public interface IComponentEvent<SOURCE extends IComponent>
Notice that ComponentBus does not require to operate only for components. Even though it is generally
better to transmit events only from descendants of IComponents as ComponentBus provides
better support for listeners in such cases.
| Modifier and Type | Method and Description |
|---|---|
SOURCE |
getSource() |
SOURCE getSource()
Copyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.