Message interface allows to send any events to any component in the component hierarchy.
See Also:BroadcastMessage See Also:RoutedMessage author: Jevgeni Kabanov (ekabanov at araneaframework dot org)
Method Summary
public void
send(Object id, Component component) Used to send message into component hierarchy whose root node is component.
Used to send message into component hierarchy whose root node is component.
Propagation within the component hierarchy is done by
org.araneaframework.Component.Interface.propagate(Message) method.
Parameters: id - id of component in hierarchy that should react to this Message. Parameters: component - Component who should start propagating the Message further