KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > application > web > talk > plugin > DropEndpointEvent


1 package com.quikj.application.web.talk.plugin;
2
3 import com.quikj.server.framework.*;
4
5 public class DropEndpointEvent implements AceMessageInterface
6 {
7     private static final String JavaDoc MESSAGE_TYPE = "DropEndpointMessage";
8     
9     public DropEndpointEvent()
10     {
11     }
12         
13     public String JavaDoc messageType()
14     {
15         return MESSAGE_TYPE;
16     }
17 }
18
Popular Tags