edu.cmu.emulator.creator.config.event
Class EventThreadExit

java.lang.Object
  extended by edu.cmu.emulator.creator.config.ConfigNode
      extended by edu.cmu.emulator.creator.config.Event
          extended by edu.cmu.emulator.creator.config.event.EventThreadExit

public class EventThreadExit
extends Event


Constructor Summary
EventThreadExit()
           
 
Method Summary
 Event clone()
           
static EventThreadExit fromXML(Element el)
           
 String getType()
           
protected  void toXML(Document doc, Element el)
           
 
Methods inherited from class edu.cmu.emulator.creator.config.Event
toString, toXML
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventThreadExit

public EventThreadExit()
Method Detail

getType

public String getType()
Specified by:
getType in class Event

clone

public Event clone()
Specified by:
clone in class Event

fromXML

public static EventThreadExit fromXML(Element el)

toXML

protected void toXML(Document doc,
                     Element el)
Specified by:
toXML in class Event


Copyright © 2013. All Rights Reserved.