The Mozilla
Organization
Our Mission
Who We Are
Getting Involved
Community
Editorials
What's New
Newsbot
Development
Roadmap
Module Owners
Blue Sky
Projects
Status
Tools
Products
Source Code
Binaries
Documentation
License Terms
Bug Reports
Quality
Search
Feedback
Interface grendel.view.ViewedStoreListener
All Packages  This Package  Class Hierarchy  Class Search  Index

Interface grendel.view.ViewedStoreListener


public interface  ViewedStoreListener
     extends java.util.EventListener
{
          // Methods 4
     public abstract void folderChanged(ViewedStoreEvent);
     public abstract void folderCreated(ViewedStoreEvent);
     public abstract void folderDeleted(ViewedStoreEvent);
     public abstract void storeNotification(ViewedStoreEvent);
}



Methods


storeNotification

   public abstract void storeNotification(ViewedStoreEvent aEvent) 


folderCreated

   public abstract void folderCreated(ViewedStoreEvent aEvent) 


folderDeleted

   public abstract void folderDeleted(ViewedStoreEvent aEvent) 


folderChanged

   public abstract void folderChanged(ViewedStoreEvent aEvent) 


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

Copyright © 1998-1999 The Mozilla Organization.