Uses of Class
quicktime.app.players.QTPlayerEventHandler

Packages that use QTPlayerEventHandler
quicktime.app.players   
 

Uses of QTPlayerEventHandler in quicktime.app.players
 

Subclasses of QTPlayerEventHandler in quicktime.app.players
 class QTPlayerAWTEventHandler
          When a QTPlayer is addedTo some kind of java.awt.Component the default construction methods of the QTPlayerEventHandler will create an instance of this object.
 

Methods in quicktime.app.players that return QTPlayerEventHandler
 QTPlayerEventHandler QTPlayerEventHandlerMaker.make(QTPlayer p, java.lang.Object addedToInterest)
          Return an event handler for the specified player where the addedToInterest object is the object that will be the source of events for that player.