| Package | Description |
|---|---|
| org.nuiton.wikitty.services |
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<WikittyEvent.WikittyEventType> |
WikittyEvent.type
event type, one event can have multiple type
(ex: PUT_WIKITTY + PUT_EXTENSION
|
| Modifier and Type | Method and Description |
|---|---|
static WikittyEvent.WikittyEventType |
WikittyEvent.WikittyEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WikittyEvent.WikittyEventType[] |
WikittyEvent.WikittyEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<WikittyEvent.WikittyEventType> |
WikittyEvent.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
WikittyEvent.addType(WikittyEvent.WikittyEventType type) |
Copyright © 2009–2015 CodeLutin. All rights reserved.