IVideoPlayer.java
Go to the documentation of this file.
00001 package edu.tum.cs.ias.knowrob.vis.applets;
00002 
00003 public interface IVideoPlayer {
00004         public void playForward();
00005         public void playBackward();
00006         public void playStop(); 
00007 }


mod_vis
Author(s): Moritz Tenorth, Jakob Engel
autogenerated on Mon Oct 6 2014 01:30:00