org.fopps.model
Class CompilationEvent

java.lang.Object
  |
  +--org.fopps.model.ModelEvent
        |
        +--org.fopps.model.CompilationEvent

public class CompilationEvent
extends ModelEvent

CompilationEvent represents an event during product compilation

Author:
Oliver Wieland

Field Summary
 
Fields inherited from class org.fopps.model.ModelEvent
ITEM_ADDED, ITEM_CHANGED, ITEM_REMOVED
 
Constructor Summary
CompilationEvent()
           
CompilationEvent(Product source)
           
 
Method Summary
 Product getProduct()
          Added for convenience
 
Methods inherited from class org.fopps.model.ModelEvent
getSource, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilationEvent

public CompilationEvent()

CompilationEvent

public CompilationEvent(Product source)
Method Detail

getProduct

public Product getProduct()
Added for convenience



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