public class CalendarableItemEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
CalendarableItem |
calendarableItem
The CalenderableItem that should be processed in this operation.
|
boolean |
doit
Set to true by default.
|
java.lang.Object |
result
Returns the result of the operation.
|
| Constructor and Description |
|---|
CalendarableItemEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public boolean doit
public CalendarableItem calendarableItem
public java.lang.Object result