faa.tg.dsr
Class Msg1642Processor

java.lang.Object
  extended by faa.tg.dsr.Msg1642Processor
All Implemented Interfaces:
LiuMessageListener, java.util.EventListener

public class Msg1642Processor
extends java.lang.Object
implements LiuMessageListener

 
 See the source:  Msg1642Processor.java 
 

Version:
$Id: Msg1642Processor.java,v 3.1 2006/03/14 15:56:01 samf Exp $
Author:
Lonnie Souder Titan/ACB-860

Field Summary
static java.lang.String CVS_VERSION_ID
          The CVS Version ID
(package private)  DsrService mDsrService
           
 
Constructor Summary
Msg1642Processor(DsrService service)
           
 
Method Summary
 void handleLiuMessage(LiuMessage liuMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
The CVS Version ID

See Also:
Constant Field Values

mDsrService

DsrService mDsrService
Constructor Detail

Msg1642Processor

public Msg1642Processor(DsrService service)
Parameters:
service -
Method Detail

handleLiuMessage

public void handleLiuMessage(LiuMessage liuMessage)
Specified by:
handleLiuMessage in interface LiuMessageListener