home *** CD-ROM | disk | FTP | other *** search
- package com.ms.dxmedia;
-
- public interface Viewer {
- double getCurrentTickTime();
-
- ErrorAndWarningReceiver registerErrorAndWarningReceiver(ErrorAndWarningReceiver var1);
-
- void tick(double var1) throws DXMException;
-
- void tick() throws DXMException;
-
- Preferences getPreferences() throws DXMException;
-
- void startModel() throws DXMException;
-
- void stopModel() throws DXMException;
-
- double getCurrentTime();
- }
-