Uses of Class
net.sf.bloof.events.BloofEvent

Packages that use BloofEvent
net.sf.bloof   
net.sf.bloof.events   
 

Uses of BloofEvent in net.sf.bloof
 

Methods in net.sf.bloof with parameters of type BloofEvent
static void Bloof.propagateBloofEvent(BloofEvent aPe)
          Notifies the registered ProgessEventListeners about a new Bloof Event
 

Uses of BloofEvent in net.sf.bloof.events
 

Fields in net.sf.bloof.events declared as BloofEvent
static BloofEvent BloofEvent.IMPORTED
           
static BloofEvent BloofEvent.OPENED
           
static BloofEvent BloofEvent.CLOSED
           
static BloofEvent BloofEvent.METRIC_RUN_FINISHED
           
static BloofEvent BloofEvent.EXPORT_FINISHED
           
static BloofEvent BloofEvent.UPDATE_FINISHED
           
 

Methods in net.sf.bloof.events with parameters of type BloofEvent
 void BloofEventListener.bloofEventOccured(BloofEvent aBloofEvent)
          Called on BloofEvent occurance
 

Constructors in net.sf.bloof.events with parameters of type BloofEvent
BloofEvent(BloofEvent aBrowserEventType, java.util.HashMap aParams)
          Default constructor for a Browser Event
BloofEvent(BloofEvent aBrowserEventType, java.lang.Object aKey, java.lang.Object aValue)
          Shortcut constructor for a Browser Event that only has a singe Object as parameter
 



Copyright © 2003 bloof@Sourceforge. All Rights Reserved.