Uses of Interface
net.sf.tweety.agents.ProtocolListener
-
Packages that use ProtocolListener Package Description net.sf.tweety.agents -
-
Uses of ProtocolListener in net.sf.tweety.agents
Methods in net.sf.tweety.agents with parameters of type ProtocolListener Modifier and Type Method Description void
AbstractProtocol. addProtocolListener(ProtocolListener listener)
void
Protocol. addProtocolListener(ProtocolListener listener)
Adds the given listener to this protocol.boolean
AbstractProtocol. removeProtocolListener(ProtocolListener listener)
boolean
Protocol. removeProtocolListener(ProtocolListener listener)
Removes the given protocol listener from this protocol.
-