tapestry.ptr.api
Class PtrIteratorStopMsg

java.lang.Object
  |
  +--tapestry.ptr.api.PtrIteratorStopMsg
All Implemented Interfaces:
QueueElementIF

public class PtrIteratorStopMsg
extends Object
implements QueueElementIF

Request the stop of an iteration over pointers.

Version:
$Id: PtrIteratorStopMsg.java,v 1.1.1.1 2004/03/26 19:57:10 hweather Exp $
Author:
Jeremy Stribling

Field Summary
 Object iteratorID
           
 
Constructor Summary
PtrIteratorStopMsg(Object iteratorID)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

iteratorID

public Object iteratorID
Constructor Detail

PtrIteratorStopMsg

public PtrIteratorStopMsg(Object iteratorID)
Method Detail

toString

public String toString()
Overrides:
toString in class Object