agentland.software
Interface PowerPointDisplay
- All Known Implementing Classes:
- PowerPointDisplayAgent
- public interface PowerPointDisplay
- extends MSWindow
startPowerPoint
public void startPowerPoint()
throws RemoteException,
MSWindowsDisplayException,
IOException
startPresentation
public void startPresentation()
throws RemoteException
stopPresentation
public void stopPresentation()
throws RemoteException
nextSlide
public void nextSlide()
throws RemoteException
previousSlide
public void previousSlide()
throws RemoteException
firstSlide
public void firstSlide()
throws RemoteException
lastSlide
public void lastSlide()
throws RemoteException
forwardXSlides
public void forwardXSlides(int number)
throws RemoteException
backXSlides
public void backXSlides(int number)
throws RemoteException
charge
public void charge(int number)
throws RemoteException
- For testing--go that many number of slides, 2 sec delay bet.