All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Conf.Seen

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

public abstract class Seen
extends Object
What responses a user has seen in a topic.

Users have one of these for each topic they are reading. They are stored in a Seentab.

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, Topic, Seentab

Constructor Index

 o Seen()

Method Index

 o forget(Session)
Forget the topic.
 o getLastResponseNumberSeen()
The last response number the user has read.
 o isForgotten()
Whether the topic is forgotten.
 o setLastResponseNumberSeen(Session, int)
Set the last response number read.
 o unforget(Session)
Remember the topic.

Constructors

 o Seen
 public Seen()

Methods

 o isForgotten
 public abstract boolean isForgotten()
Whether the topic is forgotten.

 o getLastResponseNumberSeen
 public abstract int getLastResponseNumberSeen()
The last response number the user has read.

 o forget
 public abstract void forget(Session session)
Forget the topic.

 o unforget
 public abstract void unforget(Session session)
Remember the topic.

 o setLastResponseNumberSeen
 public abstract void setLastResponseNumberSeen(Session session,
                                                int n)
Set the last response number read.


All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs