org.dbforms.event.eventtype
Class NavigationEventTypeStrategy

java.lang.Object
  extended by org.dbforms.event.eventtype.NavigationEventTypeStrategy
All Implemented Interfaces:
EventTypeStrategy

public class NavigationEventTypeStrategy
extends Object
implements EventTypeStrategy

Database EventTypeStrategy class. Provides implementations of the super class methods for Navigation events.

Author:
Luca Fossato

Constructor Summary
NavigationEventTypeStrategy()
           
 
Method Summary
 int getEventGroup(String eventString)
          Gets the event group value.
 String getEventType(String eventString)
          Gets the event type value
 String getId()
          Gets the EventTypeStrategy identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationEventTypeStrategy

public NavigationEventTypeStrategy()
Method Detail

getEventGroup

public int getEventGroup(String eventString)
Gets the event group value.

Specified by:
getEventGroup in interface EventTypeStrategy
Parameters:
eventString - the string that identifies an event type
Returns:
The event group value, or EventType.EVENT_UNDEFINED

getEventType

public String getEventType(String eventString)
Gets the event type value

Specified by:
getEventType in interface EventTypeStrategy
Parameters:
eventString - the string that identifies an event type
Returns:
The event type value, or EventType.EVENT_UNDEFINED

getId

public String getId()
Gets the EventTypeStrategy identifier.

Specified by:
getId in interface EventTypeStrategy
Returns:
the EventTypeStrategy identifier


Copyright © 2002-2006 DbForms. All Rights Reserved.