public interface IPort<C extends IComponent<C>> extends IActionHome<C>
Modifier and Type | Method and Description |
---|---|
void |
deliver(IMessage message) |
String |
getName() |
int |
getPeerId() |
String |
getPeerName() |
boolean |
satisfied() |
void |
satisfy(IPort<?> peer) |
context, getRunContext, warn
void deliver(IMessage message) throws XtumlException
XtumlException
void satisfy(IPort<?> peer)
boolean satisfied()
String getName()
String getPeerName()
int getPeerId()
Copyright © 2021. All rights reserved.