org.ideahamster.metis
Class Metis

java.lang.Object
  |
  +--ThreadEventManager
        |
        +--org.ideahamster.metis.Metis

public class Metis
extends ThreadEventManager

This is the main file for Metis.

Version:
2.1
Author:
Sacha Faust
See Also:
Serialized Form

Constructor Summary
Metis()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void receiveEvent(ThreadEvent event)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metis

public Metis()
      throws java.net.MalformedURLException
Method Detail

run

public void run()

main

public static void main(java.lang.String[] args)

receiveEvent

public void receiveEvent(ThreadEvent event)