com.centrasite.control.adapters.textgrid
Class LazyTextGridListener

java.lang.Object
  extended by com.centrasite.control.adapters.textgrid.LazyTextGridListener
All Implemented Interfaces:
ITextGridListener, com.softwareag.cis.server.util.ISSSARRAYInfoListener

public class LazyTextGridListener
extends java.lang.Object
implements ITextGridListener, com.softwareag.cis.server.util.ISSSARRAYInfoListener


Constructor Summary
LazyTextGridListener(com.centrasite.control.discovery.ItemsProvider provider, TextGridCollection textGridCollection)
           
 
Method Summary
 int getNumberOfItems()
           
 void initialize()
           
 void prepareAllItems(com.softwareag.cis.server.util.SSSARRAYInfo objects)
           
 void prepareItems(com.softwareag.cis.server.util.SSSARRAYInfo objects, int topIndex, int rowCount)
           
 void removedLine(int line)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LazyTextGridListener

public LazyTextGridListener(com.centrasite.control.discovery.ItemsProvider provider,
                            TextGridCollection textGridCollection)
Method Detail

initialize

public void initialize()
Specified by:
initialize in interface ITextGridListener

getNumberOfItems

public int getNumberOfItems()
Specified by:
getNumberOfItems in interface ITextGridListener

prepareAllItems

public void prepareAllItems(com.softwareag.cis.server.util.SSSARRAYInfo objects)
Specified by:
prepareAllItems in interface ITextGridListener
Specified by:
prepareAllItems in interface com.softwareag.cis.server.util.ISSSARRAYInfoListener

prepareItems

public void prepareItems(com.softwareag.cis.server.util.SSSARRAYInfo objects,
                         int topIndex,
                         int rowCount)
Specified by:
prepareItems in interface ITextGridListener
Specified by:
prepareItems in interface com.softwareag.cis.server.util.ISSSARRAYInfoListener

removedLine

public void removedLine(int line)
Specified by:
removedLine in interface ITextGridListener