这个是java的quicktime for java 的详细使用文档

源代码在线查看: qtplayereventhandlermaker.html

软件大小: 3122 K
上传用户: Rebecca_SYF
关键词: java quicktime for 文档
下载地址: 免注册下载 普通下载 VIP

相关代码

				





: Interface  QTPlayerEventHandlerMaker












  
      Overview 
      Package 
    Class 
      Use 
      Tree 
      Deprecated 
      Index 
      Help 
  









 PREV CLASS 
 NEXT CLASS

  FRAMES   
 NO FRAMES



  SUMMARY:  INNER | FIELD | CONSTR | METHOD

DETAIL:  FIELD | CONSTR | METHOD








quicktime.app.players

Interface  QTPlayerEventHandlerMaker


public interface QTPlayerEventHandlerMaker


Objects that implement this interface return a QTPlayerEventHandler
 when the make method is called based on their particular
 ability to receive events from the addedToInterest source 
 and handle events for the particular player.



















Method Summary



 QTPlayerEventHandler
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.


 














Method Detail




make

public QTPlayerEventHandler 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. If either the player or interest
 is not appropriate then this method should return null.
Parameters:p - the QTPlayeraddedToInterest - the object that the QTPlayer has been
 added toReturns:a QTPlayerEventHandler or null if can't handle events
 from either the specified source or the specified player.












  
      Overview 
      Package 
    Class 
      Use 
      Tree 
      Deprecated 
      Index 
      Help 
  









 PREV CLASS 
 NEXT CLASS

  FRAMES   
 NO FRAMES



  SUMMARY:  INNER | FIELD | CONSTR | METHOD

DETAIL:  FIELD | CONSTR | METHOD








			

相关资源