// EntryListener.cpp #include "EntryListener.h" // constructor EntryListener::EntryListener() { } // destructor EntryListener::~EntryListener() { } // EntryAdded void EntryListener::EntryAdded(Entry */*entry*/) { } // EntryRemoved void EntryListener::EntryRemoved(Entry */*entry*/) { }