Class org.aswing.Event

Method Index

new Event()
getSource(), getType()

Constructor Detail

Event

public function Event(source:Object, type:String)

Creates a Event instance by specified source and type.

Parameters

sourcethe source of the event
typethe type of the event

Method Detail

getType

public function getType():String

Returns the type of the event.

Return

the type of the event

getSource

public function getSource():Object

Returns the source of the event.

Return

the source of the event