All Packages Class Hierarchy This Package Previous Next Index
Class Acme.Conf.Client.ConflistClient
java.lang.Object
|
+----Acme.Conf.Conflist
|
+----Acme.Conf.Client.ConflistClient
- public class ConflistClient
- extends Conflist
Client size of a user's list of conferences.
Fetch the software.
Fetch the entire Acme package.
-
ConflistClient()
-
-
addConference(Conference)
- Add a conference to the list.
-
getConferences()
- An Enumeration of the Conferences in this list.
-
rmConference(Conference)
- Remove a conference from the list.
ConflistClient
protected ConflistClient()
getConferences
public Enumeration getConferences()
- An Enumeration of the Conferences in this list.
- Overrides:
- getConferences in class Conflist
addConference
public void addConference(Conference conference)
- Add a conference to the list.
- Overrides:
- addConference in class Conflist
rmConference
public void rmConference(Conference conference)
- Remove a conference from the list.
- Overrides:
- rmConference in class Conflist
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs