examples.postcard
Interface PostcardGUI

All Known Implementing Classes:
PostcardGUIImpl

public interface PostcardGUI


Field Summary
static String PUBLISH_KEY
          The path in the environment where the TouristAgent expects the GUI component to be published.
 
Method Summary
 void setPostcards(List postcards, String log)
          TouristAgents may invoke this method in order to hand over their collected postcards.
 

Field Detail

PUBLISH_KEY

public static final String PUBLISH_KEY
The path in the environment where the TouristAgent expects the GUI component to be published.

Method Detail

setPostcards

public void setPostcards(List postcards,
                         String log)
TouristAgents may invoke this method in order to hand over their collected postcards.

Parameters:
postcards - list that holds objects of type Postcard
log - the agents log data which shall be visualized


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.