You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.



All Packages  This Package  Class Hierarchy  Class Search  Index

Interface grendel.ui.FolderPanelListener

Interface for information about changes in the FolderPanel


public interface  FolderPanelListener
{
          // Methods 5
     public abstract void folderLoaded(ChangeEvent);
     public abstract void folderSelectionChanged(ChangeEvent);
     public abstract void folderSelectionDoubleClicked(ChangeEvent);
     public abstract void folderStatus(StatusEvent);
     public abstract void loadingFolder(ChangeEvent);
}



Methods


loadingFolder

   public abstract void loadingFolder(ChangeEvent aEvent) 

Called when a folder starts to load



folderLoaded

   public abstract void folderLoaded(ChangeEvent aEvent) 

Called when a folder is done loading



folderSelectionChanged

   public abstract void folderSelectionChanged(ChangeEvent aEvent) 

Called when the selection changes.



folderStatus

   public abstract void folderStatus(StatusEvent aEvent) 

Called for status text updates



folderSelectionDoubleClicked

   public abstract void folderSelectionDoubleClicked(ChangeEvent aEvent) 

Called when the user double clicks.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4