LaColla.core.util
Class msgServiceGAPA

java.lang.Object
  extended by LaColla.core.util.MsgService
      extended by LaColla.core.util.msgServiceGAPA
All Implemented Interfaces:
java.lang.Runnable, MsgServiceInterface

public class msgServiceGAPA
extends MsgService


Constructor Summary
msgServiceGAPA(GAPA gapa_, java.io.InputStream i_)
           
msgServiceGAPA(java.io.InputStream i_)
           
 
Method Summary
 void run()
           
 
Methods inherited from class LaColla.core.util.MsgService
getException, start
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

msgServiceGAPA

public msgServiceGAPA(java.io.InputStream i_)

msgServiceGAPA

public msgServiceGAPA(GAPA gapa_,
                      java.io.InputStream i_)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class MsgService