KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > application > web > talk > client > whiteboard > ObjectListenerInterface


1 /*
2  * ObjectCreationListenerInterface.java
3  *
4  * Created on December 19, 2002, 9:37 AM
5  */

6
7 package com.quikj.application.web.talk.client.whiteboard;
8
9 /**
10  *
11  * @author amit
12  */

13 public interface ObjectListenerInterface
14 {
15     public void objectAdded (WhiteBoardObjectInterface object);
16 }
17
Popular Tags