Interface InstanceActionHome

All Superinterfaces:
ActionHome
All Known Subinterfaces:
DynamicObjectInstance, EmptyInstance, ObjectInstance

public interface InstanceActionHome extends ActionHome
An instance action home represents an action home which provides a refence to an associated object instance ("self").
  • Method Details

    • self

      Get the object instance associated with invocations of this action.
      Returns:
      ObjectInstance the object instance bound to execution of this action.