org.dbforms.event.eventtype
Class EventTypeUtil
java.lang.Object
org.dbforms.event.eventtype.EventTypeUtil
public class EventTypeUtil
- extends Object
EventType utility class
- Author:
- Luca Fossato
Method Summary |
static EventType |
getEventType(String action)
Set the EventType class to get the event group and event type values from
the input action string. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventTypeUtil
public EventTypeUtil()
getEventType
public static EventType getEventType(String action)
- Set the EventType class to get the event group and event type values from
the input action string.
Set the EventTypeStrategyImpl class as strategy class.
- Parameters:
action
- DOCUMENT ME!
- Returns:
- a configured EventType class
Copyright © 2002-2006 DbForms. All Rights Reserved.