|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EventTypeStrategy
EventTypeStrategy interface. Defines the strategy to identify an event group or type value from an input event string.
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. |
Method Detail |
---|
int getEventGroup(String eventString)
eventString
- the string that identifies an event type
EventType.EVENT_UNDEFINED
String getEventType(String eventString)
eventString
- the string that identifies an event type
EventType.EVENT_UNDEFINED
String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |