KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > mmbase > core > event > IdEventListener


1 /*
2  * Created on 6-sep-2005
3  * This software is OSI Certified Open Source Software.
4  * OSI Certified is a certification mark of the Open Source Initiative. The
5  * license (Mozilla version 1.0) can be read at the MMBase site. See
6  * http://www.MMBase.org/license
7  */

8 package org.mmbase.core.event;
9
10 /**
11  * This is the listener interface for id events
12  *
13  * @author Michiel Meeuwissen
14  * @since MMBase-1.8
15  */

16 public interface IdEventListener extends EventListener {
17     public void notify(IdEvent event);
18 }
19
Popular Tags