Index

Package: Keen

Description

package Actors.Keen is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Classes

Behavior (abstract)

type Behavior is abstract new Limited_Object with private;

Ancestors:

Immediate Children:

Actors.Keen.Map_Behavior
Actors.Keen.Platform_Behavior

Primitive operations:

Construct (Inherited)
Delete (Inherited)
To_String (Inherited)

Types

A_Behavior

type A_Behavior is access all Behavior'Class;

Subprograms & Entries

Create_Keen

function Create_Keen return A_Actor;

Impulse (abstract)

procedure Impulse
( this: access Behavior;
name: Hashed_String ) is abstract;

Pause (abstract)

procedure Pause
( this: access Behavior ) is abstract;