- All Superinterfaces:
ActionHome
- All Known Subinterfaces:
DynamicObjectInstance
,EmptyInstance
,ObjectInstance
An instance action home represents an action home which provides a refence to
an associated object instance ("self").
-
Method Summary
Modifier and TypeMethodDescriptionself()
Get the object instance associated with invocations of this action.Methods inherited from interface io.ciera.runtime.api.action.ActionHome
delay, generateEvent, generateEventToSelf, getApplication, getContext, getDomain, getDomain, halt, scheduleAction, scheduleAction, scheduleEvent, scheduleEvent, scheduleRecurringAction, scheduleRecurringAction, scheduleRecurringEvent, scheduleRecurringEvent
-
Method Details
-
self
ObjectInstance self()Get the object instance associated with invocations of this action.- Returns:
ObjectInstance
the object instance bound to execution of this action.
-