com.sshtools.profile
Interface ResourceProfileListener


public interface ResourceProfileListener

Listener interface to be implemented when you need to watch for changes to a ResourceProfile.

Version:
$Revision: 1.1 $
Author:
$Author: richard $

Method Summary
 void profileChanged()
          Invoked when something in the profile changes.
 void profileLoaded()
          Invoked when the profile is loaded
 void profileSaved()
          Invoked when the profile is saved
 

Method Detail

profileChanged

public void profileChanged()
Invoked when something in the profile changes.


profileLoaded

public void profileLoaded()
Invoked when the profile is loaded


profileSaved

public void profileSaved()
Invoked when the profile is saved



Copyright © 2003-2004 3SP LTD. All Rights Reserved.