yu.ac.bg.etf.javaqx.core.events
Class DisposeEvent

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

public class DisposeEvent
extends java.util.EventObject

Dispose 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
DisposeEvent(Disposable source)
          Constructs new DisposeEvent 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

DisposeEvent

public DisposeEvent(Disposable source)
Constructs new DisposeEvent object.

Parameters:
source - the source of the event


Copyright © 2007 ETF and contributors. All Rights Reserved.