org.yestech.event.event
Class EventFactory
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventFactory
public EventFactory()
create
public static <E> E create(Class<E> event)
Copyright © 2010 YES Technology Association. All Rights Reserved.