Uses of Class
org.fopps.model.CompilationEvent

Packages that use CompilationEvent
org.fopps.model   
org.fopps.ui.actions   
org.fopps.ui.log   
 

Uses of CompilationEvent in org.fopps.model
 

Methods in org.fopps.model with parameters of type CompilationEvent
 void ConfigurationExporter.notifyFileSkipped(CompilationEvent pEvent, java.lang.String pSource)
          Notify all compilation listeners that a file was skipped
 void ConfigurationExporter.notifyFileGenerated(CompilationEvent pEvent, java.lang.String pDest)
          Notify all compilation listeners that a file was generated
 void ConfigurationExporter.notifyFileCopied(CompilationEvent pEvent, java.lang.String pSource, java.lang.String pDest)
          Notify all compilation listeners that a file was copied
 void CompilationListener.fileCopied(CompilationEvent pEvent, java.lang.String pSource, java.lang.String pDest)
          Called if a file was copied to the target directory
 void CompilationListener.fileGenerated(CompilationEvent pEvent, java.lang.String pDest)
          Called if a file was generated
 void CompilationListener.fileSkipped(CompilationEvent pEvent, java.lang.String pSource)
          Called if a file was skipped (e. g. file not found)
 void CompilationListener.compilationStarted(CompilationEvent pEvent)
          Called if compilation started
 void CompilationListener.compilationFinished(CompilationEvent pEvent)
          Called if compilation finished
 void CompilationListener.compilationError(CompilationEvent pEvent, java.lang.Throwable pException)
          Called if an error occurred during compilation
 

Uses of CompilationEvent in org.fopps.ui.actions
 

Methods in org.fopps.ui.actions with parameters of type CompilationEvent
 void CompileAction.fileGenerated(CompilationEvent pEvent, java.lang.String pDest)
          Called if a file was generated
 void CompileAction.fileSkipped(CompilationEvent pEvent, java.lang.String pSource)
          Called if a file was skipped (e. g. file not found)
 void CompileAction.fileCopied(CompilationEvent pEvent, java.lang.String pSource, java.lang.String pDest)
          Called if a file was copied to the target directory
 void CompileAction.compilationStarted(CompilationEvent pEvent)
          Called if compilation started
 void CompileAction.compilationFinished(CompilationEvent pEvent)
          Called if compilation finished
 void CompileAction.compilationError(CompilationEvent pEvent, java.lang.Throwable pException)
          Called if an error occurred during compilation
 

Uses of CompilationEvent in org.fopps.ui.log
 

Methods in org.fopps.ui.log with parameters of type CompilationEvent
 void CompileLogModel.fileCopied(CompilationEvent pEvent, java.lang.String pSource, java.lang.String pDest)
          Called if a file was copied to the target directory
 void CompileLogModel.fileGenerated(CompilationEvent pEvent, java.lang.String pDest)
          Called if a file was generated
 void CompileLogModel.fileSkipped(CompilationEvent pEvent, java.lang.String pSource)
          Called if a file was skipped (e. g. file not found)
 void CompileLogModel.compilationStarted(CompilationEvent pEvent)
          Called if compilation started
 void CompileLogModel.compilationFinished(CompilationEvent pEvent)
          Called if compilation finished
 void CompileLogModel.compilationError(CompilationEvent pEvent, java.lang.Throwable pException)
          Called if an error occurred during compilation
 



Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.