Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jcurses.event
Class ValueChangedEvent  view ValueChangedEvent download ValueChangedEvent.java

java.lang.Object
  extended byjcurses.event.Event
      extended byjcurses.event.ValueChangedEvent

public class ValueChangedEvent
extends Event

Instances of this class are generated by widgets, that manage a value, an example is the textfield widget. Such events are generated, if an user has modified the value assosiated with the widget.


Field Summary
 
Fields inherited from class jcurses.event.Event
_source
 
Constructor Summary
ValueChangedEvent(jcurses.widgets.Widget source)
           
 
Methods inherited from class jcurses.event.Event
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueChangedEvent

public ValueChangedEvent(jcurses.widgets.Widget source)