Creating an extension. Catching events raised by f-spot like Import, Tag Added, Tag Deleted



Hi,

I was going through the f-spot source code esp
* FSpot.Extensions
* FSpot.Import
and some the Extensions

I was trying to find out a way in which one can actually handle events
which are raised when some particular events happen. Some of them
can be
* Import Library
* Create Tag
* Edit Tag
* Delete Tag
* Remove from catalog
* Rotate Images
* Start slideshow

These are some sample events I wanted to capture and then handle
it. Just wanted to know if it is possible at this particular moment through
the current architecture of F-Spot?

I was able to find ICommand, IExporter, IService

The way Tomboy does is that it has a special class which has static
events to which
we can create handler and act upon.

--
Manish


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]