org.dbforms.event.eventtype
Class EventTypeUtil

java.lang.Object
  extended by org.dbforms.event.eventtype.EventTypeUtil

public class EventTypeUtil
extends Object

EventType utility class

Author:
Luca Fossato

Constructor Summary
EventTypeUtil()
           
 
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
 

Constructor Detail

EventTypeUtil

public EventTypeUtil()
Method Detail

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.