Uses of Class
org.xwiki.eventstream.Event.Importance

Packages that use Event.Importance
org.xwiki.eventstream   
org.xwiki.eventstream.internal   
 

Uses of Event.Importance in org.xwiki.eventstream
 

Methods in org.xwiki.eventstream that return Event.Importance
 Event.Importance Event.getImportance()
          Different events can have a different importance.
static Event.Importance Event.Importance.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Event.Importance[] Event.Importance.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xwiki.eventstream with parameters of type Event.Importance
 void Event.setImportance(Event.Importance importance)
           
 

Uses of Event.Importance in org.xwiki.eventstream.internal
 

Methods in org.xwiki.eventstream.internal that return Event.Importance
 Event.Importance DefaultEvent.getImportance()
          Different events can have a different importance.
 

Methods in org.xwiki.eventstream.internal with parameters of type Event.Importance
 void DefaultEvent.setImportance(Event.Importance importance)
          
 



Copyright © 2004-2011 XWiki. All Rights Reserved.