wonderly.jeaprs.io
Interface IOModule

All Known Subinterfaces:
APRSEventGenerator, APRSEventListener, APRSIOModule, TNC
All Known Implementing Classes:
APRSEventAdapter, APRSStreamHandler, IGATEStream, JeAPRS.SocketAPRS, TNCStream

public interface IOModule

An interface to identify classes that are I/O providers.

Version:
1.0
Author:
Gregg Wonderly - The information contained in this document is Copyright 2001-2003, Gregg Wonderly, all rights reserved.

Method Summary
 java.lang.String getModuleId()
          returns the name used to identify this TNC to the user
 void setModuleId(java.lang.String name)
          Sets the name used for identifying this TNC to the user
 

Method Detail

setModuleId

public void setModuleId(java.lang.String name)
Sets the name used for identifying this TNC to the user


getModuleId

public java.lang.String getModuleId()
returns the name used to identify this TNC to the user