Teppefall

com.teppefall.hybrid.core
Class EditorApp

java.lang.Object
  extended by com.teppefall.hybrid.core.EditorApp
All Implemented Interfaces:
AssemblyComponent

public class EditorApp
extends java.lang.Object
implements AssemblyComponent


Constructor Summary
EditorApp()
           
 
Method Summary
 void destroy()
           
 void initialize(AssemblyContext context)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorApp

public EditorApp()
Method Detail

initialize

public void initialize(AssemblyContext context)
Specified by:
initialize in interface AssemblyComponent

start

public void start()
Specified by:
start in interface AssemblyComponent

stop

public void stop()
Specified by:
stop in interface AssemblyComponent

destroy

public void destroy()
Specified by:
destroy in interface AssemblyComponent

Teppefall