fr.lifl.magique.platform
Class PlatformMessageProcessor

java.lang.Object
  extended byfr.lifl.magique.platform.PlatformMessageProcessor
All Implemented Interfaces:
java.lang.Runnable

public class PlatformMessageProcessor
extends java.lang.Object
implements java.lang.Runnable

this is simply use to treat a given PlatformMessage in a thread. Each PlatformMessage is run in a separate thread which is instantiated by siuch an object.

See Also:
Runnable

Constructor Summary
PlatformMessageProcessor(Platform platform, PlatformMessage platformMessage)
           
 
Method Summary
 void run()
          treats the PlatformMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlatformMessageProcessor

public PlatformMessageProcessor(Platform platform,
                                PlatformMessage platformMessage)
Parameters:
platformMessage - the platformMessage to execute
Method Detail

run

public void run()
treats the PlatformMessage

Specified by:
run in interface java.lang.Runnable