com.centrasite.control.adapters.textgrid
Class TextGridListener
java.lang.Object
com.centrasite.control.adapters.textgrid.TextGridListener
- All Implemented Interfaces:
- ITextGridListener, com.softwareag.cis.server.util.ISSSARRAYInfoListener
public class TextGridListener
- extends java.lang.Object
- implements ITextGridListener, com.softwareag.cis.server.util.ISSSARRAYInfoListener
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextGridListener
public TextGridListener(com.centrasite.control.discovery.ItemsProvider provider,
TextGridCollection textGridCollection)
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