com.planet_ink.coffee_mud.Libraries.interfaces
Interface SessionsList
- All Superinterfaces:
- java.lang.Cloneable, CMLibrary, CMObject, java.lang.Comparable<CMObject>, java.lang.Runnable
- All Known Implementing Classes:
- Sessions
public interface SessionsList
- extends CMLibrary, java.lang.Runnable
|
Field Summary |
static java.util.Vector |
all
|
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Methods inherited from interface java.lang.Runnable |
run |
all
static final java.util.Vector all
elementAt
Session elementAt(int x)
size
int size()
addElement
void addElement(Session S)
removeElementAt
void removeElementAt(int x)
removeElement
void removeElement(Session S)
stopSessionAtAllCosts
void stopSessionAtAllCosts(Session S)