yu.ac.bg.etf.javaqx.core.events
Interface DisposeListener

All Superinterfaces:
java.util.EventListener

public interface DisposeListener
extends java.util.EventListener

Dispose Listener.

Version:
0.2.0
Author:
Slobodan Vrkacevic (slobodan.vrkacevic@gmail.com)

Method Summary
 void objectDisposed(DisposeEvent e)
          Notifies listener that object is disposed.
 

Method Detail

objectDisposed

public void objectDisposed(DisposeEvent e)
Notifies listener that object is disposed.

Parameters:
e - the dispose event


Copyright © 2007 ETF and contributors. All Rights Reserved.