ar.com.da.swing.event
Class EventListenerFactory

java.lang.Object
  extended by ar.com.da.swing.event.EventListenerFactory

public class EventListenerFactory
extends java.lang.Object

This factory creates listeners using a given object with methods annotated with Listener

Author:
Carlos Descalzi

Constructor Summary
EventListenerFactory()
           
 
Method Summary
static
<T extends java.util.EventListener>
T
create(java.lang.Object sourceObject, java.lang.Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventListenerFactory

public EventListenerFactory()
Method Detail

create

public static <T extends java.util.EventListener> T create(java.lang.Object sourceObject,
                                                           java.lang.Class<T> type)


Copyright © 2006 null. All Rights Reserved.