apollo.datamodel.seq
Class AbstractLazySequence.LazyLoadControlledObject

java.lang.Object
  extended by apollo.datamodel.seq.AbstractLazySequence.LazyLoadControlledObject
Enclosing class:
AbstractLazySequence

protected class AbstractLazySequence.LazyLoadControlledObject
extends java.lang.Object


Constructor Summary
AbstractLazySequence.LazyLoadControlledObject(Controller c)
           
 
Method Summary
 void fireLazyLoadEvent(int type)
           
 Controller getController()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLazySequence.LazyLoadControlledObject

public AbstractLazySequence.LazyLoadControlledObject(Controller c)
Method Detail

fireLazyLoadEvent

public void fireLazyLoadEvent(int type)

getController

public Controller getController()