ca.sqlpower.architect.profile.event
Class ProfileResultEvent

java.lang.Object
  extended by ca.sqlpower.architect.profile.event.ProfileResultEvent

public class ProfileResultEvent
extends java.lang.Object

This event represents a change in the state of a profiling operation. For instance, the process of calculating a profile's results has started, completed normally, or has been canceled.


Constructor Summary
ProfileResultEvent(ProfileResult source)
          Takes a ProfileResult that is the source of this event.
 
Method Summary
 ProfileResult getSource()
          Returns the ProfileResult that is the source of this event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProfileResultEvent

public ProfileResultEvent(ProfileResult source)
Takes a ProfileResult that is the source of this event.

Method Detail

getSource

public ProfileResult getSource()
Returns the ProfileResult that is the source of this event.



Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca