All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface PREDATOR.ADT.AppletDisplayObject

public interface AppletDisplayObject
Extended by DataObject classes which can display themselves in some fashion not captured by their toString() method, but require an applet to do so. For instance, an audio object can be played, but there is no way to do so without an applet.

See Also:
DataObject

Method Index

 o appletDisplay(Applet, ADTMetaInfo)
Displays an object using an applet.

Methods

 o appletDisplay
 public abstract void appletDisplay(Applet applet,
                                    ADTMetaInfo MetaInfo) throws RequiresCallbackException
Displays an object using an applet.

Parameters:
MetaInfo - The meta-info for this object
Throws: RequiresCallbackException
when a callback is required before a display can be made

All Packages  Class Hierarchy  This Package  Previous  Next  Index