Uses of Class
org.jtheque.core.managers.event.EventLevel

Packages that use EventLevel
org.jtheque.core.managers.event Contains the event manager. 
 

Uses of EventLevel in org.jtheque.core.managers.event
 

Methods in org.jtheque.core.managers.event that return EventLevel
static EventLevel EventLevel.get(int value)
          Return the EventLevel corresponding to the value.
 EventLevel EventLog.getLevel()
          Return the level of the event.
static EventLevel EventLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EventLevel[] EventLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jtheque.core.managers.event with parameters of type EventLevel
EventLog(EventLevel level, java.util.Date date, java.lang.String source, java.lang.String titleKey)
          Construct a new EventLog.
EventLog(EventLevel level, java.lang.String source, java.lang.String titleKey)
          Construct a new EventLog.
 



Copyright © 2009 JTheque. All Rights Reserved.