pt.despodata.java.ddata
Class ItemSelectedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bypt.despodata.java.ddata.ItemSelectedEvent
All Implemented Interfaces:
java.io.Serializable

public class ItemSelectedEvent
extends java.util.EventObject

Autor : Sergio Ferreira Description :

Evento Item Selected da Combo Box

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ItemSelectedEvent(java.lang.Object source)
           
 
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

ItemSelectedEvent

public ItemSelectedEvent(java.lang.Object source)