org.gamenet.application.mm8leveleditor.handler
Interface LodResourceHandler

All Known Implementing Classes:
AbstractBaseHandler, BinkHandler, BitmapHandler, BlvHandler, DdmHandler, DlvHandler, ErrorHandler, MultipleBitmapHandler, OdmHandler, PalHandler, PcxHandler, SmackHandler, StrHandler, TxtHandler, WavHandler

public interface LodResourceHandler


Method Summary
 Component getComponentFor(LodResource lodResource, TaskObserver taskObserver)
           
 LodResource getUpdatedLodResource()
           
 

Method Detail

getComponentFor

public Component getComponentFor(LodResource lodResource,
                                 TaskObserver taskObserver)
                          throws InterruptedException
Throws:
InterruptedException

getUpdatedLodResource

public LodResource getUpdatedLodResource()