All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Conf.Seentab

java.lang.Object
   |
   +----Acme.Conf.Seentab

public abstract class Seentab
extends Object
A user's collection of Seen objects.

A Seen object records the responses seen in a single topic. Each user has Seen objects for each topic they are reading. This table indexes those objects by topic.

This is an abstract class with separate implementations on the client and server sides, mirrored via RPC.

Fetch the software.
Fetch the entire Acme package.

See Also:
User, Conference, Topic

Constructor Index

 o Seentab()

Method Index

 o getSeen(Topic)
Get this user's Seen object for a given topic.

Constructors

 o Seentab
 public Seentab()

Methods

 o getSeen
 public abstract Seen getSeen(Topic topic)
Get this user's Seen object for a given topic. If there isn't one, a fresh one is created, stored, and returned.


All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs