00001 /* 00002 * Copyright (c) 1999, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Edo Poll (poll@wins.uva.nl) 00007 * Dennis Koelma (koelma@wins.uva.nl) 00008 */ 00009 00010 #ifndef HxImgFtorObserver_h 00011 #define HxImgFtorObserver_h 00012 00013 #include "HxStd.h" 00014 00015 class HxImgFunctor; 00016 class HxImgFtorKey; 00017 00018 00021 class L_HXIMAGEREP HxImgFtorObserver 00022 { 00023 public: 00027 virtual int inserted(const HxImgFtorKey&, const HxImgFunctor&) = 0; 00028 }; 00029 00030 #endif