yu.ac.bg.etf.javaqx.qswing.events
Class ChangeEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byyu.ac.bg.etf.javaqx.qswing.events.ChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class ChangeEvent
extends java.util.EventObject

Change Event.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ChangeEvent(java.lang.Object source)
          Constructs new ChangeEvent object.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChangeEvent

public ChangeEvent(java.lang.Object source)
Constructs new ChangeEvent object.

Parameters:
source - the source of the event
Throws:
java.lang.IllegalArgumentException - if the source is null


Copyright © 2007 ETF and contributors. All Rights Reserved.