se.ericsson.eto.norarc.javaframe
Interface Addressable
- All Known Implementing Classes:
- Mediator, StateMachine
- interface Addressable
The superclass of all objects of JavaFrame that are addressable. The significance of
this class is only within the JavaFrame package itself.
Method Summary |
void |
forward(Message sig)
forward the Message sig to yet other Addressable(s) and invoke its/their forward method(s) |
forward
public void forward(Message sig)
- forward the Message sig to yet other Addressable(s) and invoke its/their forward method(s)