org.gamenet.application.mm8leveleditor.handler
Class EvtHandler

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

public class EvtHandler
extends AbstractBaseHandler


Nested Class Summary
 class EvtHandler.EvtLodResource
           
 
Field Summary
private  List eventList
           
private  LodResource sourceLodResource
           
 
Constructor Summary
EvtHandler()
           
 
Method Summary
private  Event createNewEvent()
           
 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

sourceLodResource

private LodResource sourceLodResource

eventList

private List eventList
Constructor Detail

EvtHandler

public EvtHandler()
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

createNewEvent

private Event createNewEvent()

getUpdatedLodResource

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