|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectc408h006.FileState
A representation of the current state of the file.
Constructor Summary | |
FileState()
Default constructor. |
|
FileState(java.util.Vector users,
java.lang.String file)
Constructs an instance of this class. |
Method Summary | |
java.lang.String |
getFile()
Return the file being formatted by the Users. |
java.util.Vector |
getUsers()
Return the list of Users using the file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileState()
public FileState(java.util.Vector users, java.lang.String file)
users
- A list of Users connected to the filefile
- The file being formatted by the UsersMethod Detail |
public java.util.Vector getUsers()
public java.lang.String getFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |