com.flagstone.transform
Interface FSMovieListener


Deprecated. the FSMovieListener interface will no longer be used future release to report decoding and encoding events and to report errors. Instead methods which report errors through exceptions are preferred. If an error occurs then it is due to a design error or corrupt data in a Flash file which cannot be easily recovered from therefore the FSMovieListener interface will no longer be used. The FSMovieListener interface defines the methods required to register an object to receive event information from an FSMovie object as it encodes and decodes Flash movies.

public interface FSMovieListener


Method Summary
 void logEvent(FSMovieEvent anEvent)
          Deprecated. The FSMovie object calls this method to send FSMovieEvent object to a registered listener.
 

Method Detail

logEvent

void logEvent(FSMovieEvent anEvent)
Deprecated. The FSMovie object calls this method to send FSMovieEvent object to a registered listener.

Parameters:
anEvent - an FSMovieEvent object containing the information about an event.