|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Action | |
---|---|
biweekly.component | |
biweekly.property | |
biweekly.property.marshaller |
Uses of Action in biweekly.component |
---|
Methods in biweekly.component that return Action | |
---|---|
Action |
VAlarm.getAction()
Gets the type of action to invoke when the alarm is triggered. |
Methods in biweekly.component with parameters of type Action | |
---|---|
void |
VAlarm.setAction(Action action)
Sets the type of action to invoke when the alarm is triggered. |
Constructors in biweekly.component with parameters of type Action | |
---|---|
VAlarm(Action action,
Trigger trigger)
Creates a new alarm. |
Uses of Action in biweekly.property |
---|
Methods in biweekly.property that return Action | |
---|---|
static Action |
Action.audio()
Creates an "audio" action property. |
static Action |
Action.display()
Creates an "display" action property. |
static Action |
Action.email()
Creates an "email" action property. |
Uses of Action in biweekly.property.marshaller |
---|
Methods in biweekly.property.marshaller that return Action | |
---|---|
protected Action |
ActionMarshaller.newInstance(String value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |