: Download: FAQ: Licensing: Support: Contact ME
LwVCL Home
Introduction
Overview
Screen Shots
On-line Demos
Requirements
Further Plans
Docs
Tutorial
How-to (PDF)
API
FAQ
Download
Latest version

Home > J2SE > API

Overview  Package   Class  Tree  Deprecated  Index  Help 

org.zaval.data.event
Class TextListenerSupport

java.lang.Object
  |
  +--org.zaval.data.event.TextListenerSupport

public class TextListenerSupport
extends java.lang.Object

This is a utility class that can be used by a class that generates TextEvent to support list of text listeners.


Constructor Summary
TextListenerSupport()
           
 
Method Summary
 void addListener(TextListener l)
           
 void perform(TextEvent e)
           
 void removeListener(TextListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextListenerSupport

public TextListenerSupport()
Method Detail

addListener

public void addListener(TextListener l)

removeListener

public void removeListener(TextListener l)

perform

public void perform(TextEvent e)


: up