ca.sqlpower.architect.profile.event
Interface ProfileResultListener


public interface ProfileResultListener

An interface that defines an event listener that reacts to changes in the status of a profiling operation, such as when the profiling operation has started, when it's finished, and if it's cancelled.


Method Summary
 void profileCancelled(ProfileResultEvent event)
          Called when the profile operation has been cancelled
 void profileFinished(ProfileResultEvent event)
          Called when the profile operation is finished
 void profileStarted(ProfileResultEvent event)
          Called when the profile operation has started
 

Method Detail

profileStarted

void profileStarted(ProfileResultEvent event)
Called when the profile operation has started


profileFinished

void profileFinished(ProfileResultEvent event)
Called when the profile operation is finished


profileCancelled

void profileCancelled(ProfileResultEvent event)
Called when the profile operation has been cancelled



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