com.sun.svg.component
Interface LoadingScreen.Listener

All Known Implementing Classes:
ContactListMidlet, ContactListSkin1, ContactListSkin2
Enclosing class:
LoadingScreen

public static interface LoadingScreen.Listener

Interface that a class waiting for the SVGImage resource to be loaded should implement.


Method Summary
 void svgImageLoaded(javax.microedition.m2g.SVGImage svgImage)
           
 

Method Detail

svgImageLoaded

void svgImageLoaded(javax.microedition.m2g.SVGImage svgImage)