public class Event extends Object
| Constructor and Description |
|---|
Event(String id,
String controller,
String method) |
| Modifier and Type | Method and Description |
|---|---|
String |
getController() |
String |
getId() |
String |
getMethod() |
void |
setController(String controller) |
void |
setMethod(String method) |
Copyright © 2015. All rights reserved.