| Home >> All >> org >> alicebot >> server >> core >> [ responder Javadoc ] |
Source code: org/alicebot/server/core/responder/ServiceType.java
1 // Decompiled by Jad v1.5.8c. Copyright 2001 Pavel Kouznetsov. 2 // Jad home page: http://www.geocities.com/kpdus/jad.html 3 // Decompiler options: packimports(3) 4 5 package org.alicebot.server.core.responder; 6 7 8 class ServiceType 9 { 10 11 ServiceType() 12 { 13 } 14 15 public static final int UNKNOWN = 0; 16 public static final int PLAIN_TEXT = 1; 17 public static final int HTML = 2; 18 public static final int FLASH = 3; 19 }