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

源代码在线查看: notifylistener.html

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

相关代码

				





: Interface  NotifyListener












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

Interface  NotifyListener

All Known Implementing Classes: TwoDSprite



public interface NotifyListener


This is a marker interface for those listener objects
 that are not valid until the source of the events
 that the object is interested in becomes valid.
 


See Also: Notifier


















Method Summary



 void
notifyComplete()


          The Notifier will call this method when it has completed its task.



 boolean
setNotifier(Notifier notifier)


          This registers the Notifier for this listener.


 














Method Detail




setNotifier

public boolean setNotifier(Notifier notifier)

This registers the Notifier for this listener.
 If the notifier is not an appropriate Notifier for this listener
 the setNotifier should return false so the Notifier knows the
 listener is inappropriate.
Parameters:notifier - the Notifier that will notify the listener when it
 has reached the state that the listener expects.Returns:true if the Notifier is appropriate for the NotifyListener





notifyComplete

public void notifyComplete()

The Notifier will call this method when it has completed its task.
 When the Notifier calls this method on a NotifyListener the listener
 can assume that whatever information or state the Notifier possesses
 is now complete and can take whatever actions are appropriate.










  
      Overview 
      Package 
    Class 
      Use 
      Tree 
      Deprecated 
      Index 
      Help 
  









 PREV CLASS 
 NEXT CLASS

  FRAMES   
 NO FRAMES



  SUMMARY:  INNER | FIELD | CONSTR | METHOD

DETAIL:  FIELD | CONSTR | METHOD








			

相关资源