Uses of Class
edu.uky.cs.nil.tt.io.Stop

Packages that use Stop
Package
Description
Tandem Tales is a platform that enables short, paired storytelling exercises between two agents over a network.
  • Uses of Stop in edu.uky.cs.nil.tt

    Methods in edu.uky.cs.nil.tt with parameters of type Stop
    Modifier and Type
    Method
    Description
    protected void
    Agent.onStop(Stop stop)
    This method is called either when a stop message is received or when a session is stopped by an agent's partner or the server.
    protected void
    Session.setResult(Stop stop)
    Sets the result of this session based on the message which caused the session to end.