org.apache.commons.latka.event
Class SuiteCompletedEvent

java.lang.Object
  extended by org.apache.commons.latka.event.SuiteCompletedEvent
All Implemented Interfaces:
LatkaEvent, SuiteEvent

public class SuiteCompletedEvent
extends Object
implements SuiteEvent

An event Latka fires when a suite has completed

Version:
$Id: SuiteCompletedEvent.java 155424 2005-02-26 13:09:29Z dirkv $
Author:
Morgan Delagrange

Constructor Summary
SuiteCompletedEvent()
          Create the event
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuiteCompletedEvent

public SuiteCompletedEvent()
Create the event



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.