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

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

public class StyleEvent
extends java.util.EventObject

Style 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
StyleEvent(java.lang.Object source)
          Constructs new StyleEvent 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

StyleEvent

public StyleEvent(java.lang.Object source)
Constructs new StyleEvent 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.