org.gamenet.application.mm8leveleditor.handler
Class EvtHandler.EvtLodResource

java.lang.Object
  extended byorg.gamenet.application.mm8leveleditor.lod.TemplateLodResource
      extended byorg.gamenet.application.mm8leveleditor.handler.EvtHandler.EvtLodResource
All Implemented Interfaces:
LodResource
Enclosing class:
EvtHandler

public class EvtHandler.EvtLodResource
extends TemplateLodResource


Field Summary
private  List eventList
           
 
Fields inherited from class org.gamenet.application.mm8leveleditor.lod.TemplateLodResource
 
Constructor Summary
EvtHandler.EvtLodResource(LodResource templateLodResource, List eventList)
           
 
Method Summary
 byte[] getData()
           
 
Methods inherited from class org.gamenet.application.mm8leveleditor.lod.TemplateLodResource
getDataHeader, getName, getResourceType, getTemplateLodResource, getTextDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventList

private List eventList
Constructor Detail

EvtHandler.EvtLodResource

public EvtHandler.EvtLodResource(LodResource templateLodResource,
                                 List eventList)
Method Detail

getData

public byte[] getData()
               throws IOException
Specified by:
getData in interface LodResource
Overrides:
getData in class TemplateLodResource
Throws:
IOException