votorola.a.register
Class WP_List.SessionScope

java.lang.Object
  extended by WP_List.SessionScope
All Implemented Interfaces:
Serializable
Enclosing class:
WP_List

@ThreadSafe
public static class WP_List.SessionScope
extends Object
implements Serializable

Session scope for instances of WP_List.

See Also:
VSession.scopeList(), Serialized Form

Constructor Summary
WP_List.SessionScope(VSession session)
          Constructs a SessionScope.
 
Method Summary
(package private)  Neighbourhood.Key getLast()
          The last neighbourhood shown, in either of WP_List or WP_ListLeaf.
(package private)  void setLast(Neighbourhood.Key newLast)
          Sets the last neighbourhood shown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WP_List.SessionScope

public WP_List.SessionScope(VSession session)
Constructs a SessionScope.

Method Detail

getLast

Neighbourhood.Key getLast()
The last neighbourhood shown, in either of WP_List or WP_ListLeaf.

See Also:
setLast(Neighbourhood.Key)

setLast

void setLast(Neighbourhood.Key newLast)
Sets the last neighbourhood shown.

See Also:
getLast()