Main Page | Packages | Class Tree | Index

it.gotoandplay.smartfoxbits.events

class BaseEvent

Object
  |
  +--it.gotoandplay.smartfoxbits.events.BaseEvent

All Known Subclasses: BitEvent, SFSEvent

class BaseEvent
extends Object

The BaseEvent class is the base class for all the SFSEvent objects.


Author:

Version:
1.0.0

Since:
SmartFoxBits v1.0

See also:


Property Summary

public
target: Object (read, write)
The target object who fired the event.

public
type: String (read, write)
The event type.

Constructor


BaseEvent ( target: Object, type: String)
BaseEvent class constructor.



Property Documentation

target

public target: Object (read, write)
The target object who fired the event.

Value:
The target object.

type

public type: String (read, write)
The event type.

Value:
The event type.


Constructor Documentation

BaseEvent

function BaseEvent(target: Object,
 type: String)
BaseEvent class constructor.

Parameters:
target
The target object firing the event.
type
The event type.

The documentation was generated from the following file: