KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > quikj > application > web > oamp > plugin > EndpointLogoutEvent


1 /*
2  * EndpointLogoutEvent.java
3  *
4  * Created on June 8, 2002, 11:49 AM
5  */

6
7 package com.quikj.application.web.oamp.plugin;
8
9 /**
10  *
11  * @author amit
12  */

13 public class EndpointLogoutEvent implements com.quikj.server.framework.AceMessageInterface
14 {
15     
16     /** Creates a new instance of EndpointLogoutEvent */
17     public EndpointLogoutEvent()
18     {
19     }
20     
21     public String JavaDoc messageType()
22     {
23         return "EndPointLogout";
24     }
25     
26 }
27
Popular Tags