Package org.ka2ddo.yaac.gui
Class AprsMessageDocumentListener
java.lang.Object
org.ka2ddo.yaac.gui.AprsMessageDocumentListener
- All Implemented Interfaces:
EventListener
,DocumentListener
DocumentListener to restrict message length to fit in a protocol-specific APRS text message.
- Author:
- Andrew Pavlin, KA2DDO
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Constructor Details
-
AprsMessageDocumentListener
Create the listener.- Parameters:
tfMsgText
- the JTextField that should indicate if the message is too long
-
-
Method Details
-
insertUpdate
- Specified by:
insertUpdate
in interfaceDocumentListener
-
removeUpdate
- Specified by:
removeUpdate
in interfaceDocumentListener
-
changedUpdate
- Specified by:
changedUpdate
in interfaceDocumentListener
-