Interface RhinoActivityContextInterface

  • All Superinterfaces:
    ActivityContextInterface

    public interface RhinoActivityContextInterface
    extends ActivityContextInterface

    An extension of the JAIN SLEE-defined interface that provides access to Rhino-specific features.

    All ActivityContextInterface objects that Rhino provides to an SBB will implement this extension interface, therefore a typecast to this interface will always succeed. Furthermore, Rhino will recognise an event handler method defined with this type (instead of the standard interface type) as the second method argument, removing the need to perform a typecast within the method body.

    An SBB or SBB Part Activity Context Interface may be declared as extending this interface rather than the standard interface if desired.

    Since:
    Rhino 2.4.0