org.gamenet.application.mm8leveleditor.handler
Class DSoundsBinHandler

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.handler.AbstractBaseHandler
      extended byorg.gamenet.application.mm8leveleditor.handler.DSoundsBinHandler
All Implemented Interfaces:
LodResourceHandler

public class DSoundsBinHandler
extends AbstractBaseHandler


Field Summary
private  LodResourceSubHandler subHandler
           
 
Constructor Summary
DSoundsBinHandler()
           
 
Method Summary
 Component getComponentFor(LodResource lodResource, TaskObserver taskObserver)
           
 LodResource getUpdatedLodResource()
           
 
Methods inherited from class org.gamenet.application.mm8leveleditor.handler.AbstractBaseHandler
makeNonStretchedPanelFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subHandler

private LodResourceSubHandler subHandler
Constructor Detail

DSoundsBinHandler

public DSoundsBinHandler()
Method Detail

getComponentFor

public Component getComponentFor(LodResource lodResource,
                                 TaskObserver taskObserver)
                          throws InterruptedException
Specified by:
getComponentFor in interface LodResourceHandler
Specified by:
getComponentFor in class AbstractBaseHandler
Throws:
InterruptedException

getUpdatedLodResource

public LodResource getUpdatedLodResource()
Specified by:
getUpdatedLodResource in interface LodResourceHandler
Specified by:
getUpdatedLodResource in class AbstractBaseHandler