com.mucommander.bookmark
Interface BookmarkListener

All Known Implementing Classes:
BookmarksQL, BookmarksService, DrivePopupButton

public interface BookmarkListener

Interface to be implemented by classes that wish to be notified when changes are made to the bookmarks list. Those classes need to be registered to receive those events, this can be done by calling BookmarkManager.addBookmarkListener(BookmarkListener).

Author:
Maxence Bernard

Method Summary
 void bookmarksChanged()
          This method is invoked when a bookmark has been added, removed or modified.
 

Method Detail

bookmarksChanged

void bookmarksChanged()
This method is invoked when a bookmark has been added, removed or modified.



This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard