swpchat.client
Class Earmuffs

java.lang.Object
  |
  +--swpchat.client.Earmuffs

public class Earmuffs
extends java.lang.Object

contains operations on the earmuff vector


Field Summary
private static java.util.Vector muffVec
           
 
Constructor Summary
Earmuffs()
           
 
Method Summary
static boolean addMuff(java.lang.String nick)
           
static boolean hasEarmuffs(java.lang.String nick)
           
static boolean removeMuff(java.lang.String nick)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

muffVec

private static java.util.Vector muffVec
Constructor Detail

Earmuffs

public Earmuffs()
Method Detail

addMuff

public static boolean addMuff(java.lang.String nick)

removeMuff

public static boolean removeMuff(java.lang.String nick)

hasEarmuffs

public static boolean hasEarmuffs(java.lang.String nick)