|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICategory
A category of monitored IEvent
's. A category has the objective to
organize events into groups.
Method Summary | |
---|---|
void |
addEvent(IEvent event)
Adds an event to this category. |
String |
getDescription()
Returns the description for this category. |
Collection<? extends IEvent> |
getEvents()
Returns the collection of events that belong to this category. |
String |
getId()
Returns the identifier for this category. |
String |
getName()
Returns the name for this category. |
String |
getStringResourcePath()
The string resource path for localizing this category's strings. |
void |
setDescription(String description)
Sets the description for this category. |
void |
setName(String name)
Sets the name for this category. |
void |
setStringResourcePath(String stringResourcePath)
Sets the string resource path for this category. |
Method Detail |
---|
String getId()
Collection<? extends IEvent> getEvents()
void addEvent(IEvent event)
event
- the event to add.String getDescription()
getStringResourcePath()
.
void setDescription(String description)
description
- the description to set.getDescription()
String getName()
getStringResourcePath()
.
void setName(String name)
name
- the name.getName()
String getStringResourcePath()
void setStringResourcePath(String stringResourcePath)
stringResourcePath
- the string resource path.getStringResourcePath()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |