TrustGrapher  r52
A playabale simulator for modelling trust between agents
D:/src/cu/trustGrapher/eventplayer/EventPlayerListener.java
Go to the documentation of this file.
00001 package cu.trustGrapher.eventplayer;
00002 
00003 public interface EventPlayerListener {
00004 
00005     public void goToIndex(int i);
00006     
00007     public EventPlayer getEventPlayer();
00008 }