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
Fields in net.sf.tweety.agents with type parameters of type ProtocolListener Modifier and Type Field Description private java.util.Set<ProtocolListener>AbstractProtocol. listenerThe listener of this protocol.Methods in net.sf.tweety.agents with parameters of type ProtocolListener Modifier and Type Method Description voidAbstractProtocol. addProtocolListener(ProtocolListener listener)voidProtocol. addProtocolListener(ProtocolListener listener)Adds the given listener to this protocol.booleanAbstractProtocol. removeProtocolListener(ProtocolListener listener)booleanProtocol. removeProtocolListener(ProtocolListener listener)Removes the given protocol listener from this protocol.
-