All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.elegantchaos.beans.quicktime.MovieListener

public abstract interface MovieListener
extends java.util.EventListener

Method Index

 o movieAtEnd(MovieEvent)
 o movieAtStart(MovieEvent)
 o movieAtTime(MovieEvent)

Methods

 o movieAtStart
 public abstract void movieAtStart(com.elegantchaos.beans.quicktime.MovieEvent ae)
 o movieAtTime
 public abstract void movieAtTime(com.elegantchaos.beans.quicktime.MovieEvent ae)
 o movieAtEnd
 public abstract void movieAtEnd(com.elegantchaos.beans.quicktime.MovieEvent ae)

All Packages  Class Hierarchy  This Package  Previous  Next  Index