TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
00001 package cu.trustGrapher.eventplayer; 00002 00003 public interface EventPlayerListener { 00004 00005 public void goToIndex(int i); 00006 00007 public EventPlayer getEventPlayer(); 00008 }