com.leafdigital.irc.api
Class Server.StatusPrefix

java.lang.Object
  extended by com.leafdigital.irc.api.Server.StatusPrefix
Enclosing interface:
Server

public static class Server.StatusPrefix
extends java.lang.Object

Mapping from mode letter to status prefix symbol


Constructor Summary
Server.StatusPrefix(char mode, char prefix)
           
 
Method Summary
 char getMode()
           
 char getPrefix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Server.StatusPrefix

public Server.StatusPrefix(char mode,
                           char prefix)
Parameters:
mode - Mode letter
prefix - Prefix symbol
Method Detail

getMode

public char getMode()
Returns:
Mode letter

getPrefix

public char getPrefix()
Returns:
Prefix symbol


Copyright © 2011 Samuel Marshall. All rights reserved.