org.yestech.event.event
Class EventFactory

java.lang.Object
  extended by org.yestech.event.event.EventFactory

public class EventFactory
extends Object

Responsible for Creating Events from and Interface. This factory assumes that the Event follow standard java beans naming conviention: setX, getX, isX. If thats not the case then this factory shouldn't be used currently.


Constructor Summary
EventFactory()
           
 
Method Summary
static
<E> E
create(Class<E> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventFactory

public EventFactory()
Method Detail

create

public static <E> E create(Class<E> event)


Copyright © 2010 YES Technology Association. All Rights Reserved.