org.sgx.j2s.aui
Class AUI.AUILoadListener

Package class diagram package AUI.AUILoadListener
java.lang.Object
  extended by org.sgx.j2s.aui.AUI.AUILoadListener
All Implemented Interfaces:
YUI.YUILoadListener
Enclosing class:
AUI

public abstract static class AUI.AUILoadListener
extends java.lang.Object
implements YUI.YUILoadListener


Constructor Summary
AUI.AUILoadListener()
           
 
Method Summary
abstract  void AUILoaded(AUI a)
           
 void loaded(YUI A)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AUI.AUILoadListener

public AUI.AUILoadListener()
Method Detail

loaded

public void loaded(YUI A)
Specified by:
loaded in interface YUI.YUILoadListener

AUILoaded

public abstract void AUILoaded(AUI a)