org.gamenet.application.mm8leveleditor.handler
Interface LodResourceSubHandler

All Known Implementing Classes:
AbstractBaseSubHandler

public interface LodResourceSubHandler


Method Summary
 Component getComponentFor(LodResource lodResource, byte[] sourceDataCache, TaskObserver taskObserver)
           
 LodResource getUpdatedLodResource()
           
 

Method Detail

getComponentFor

public Component getComponentFor(LodResource lodResource,
                                 byte[] sourceDataCache,
                                 TaskObserver taskObserver)
                          throws InterruptedException
Throws:
InterruptedException

getUpdatedLodResource

public LodResource getUpdatedLodResource()