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.


Constructor Index

 o ConflistClient()

Method Index

 o addConference(Conference)
Add a conference to the list.
 o getConferences()
An Enumeration of the Conferences in this list.
 o rmConference(Conference)
Remove a conference from the list.

Constructors

 o ConflistClient
 protected ConflistClient()

Methods

 o getConferences
 public Enumeration getConferences()
An Enumeration of the Conferences in this list.

Overrides:
getConferences in class Conflist
 o addConference
 public void addConference(Conference conference)
Add a conference to the list.

Overrides:
addConference in class Conflist
 o 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