ValueObjectEvent

Kind of class:public class
Package:com.bourre.events
Inherits from:BasicEvent < Event
Known subclasses:
Author:Francis Bourre
Classpath:com.bourre.events.ValueObjectEvent
File last modified:Monday, 24 November 2008, 11:36:53
An event object which carry a value object.

Summary


Constructor
Instance properties
Instance properties inherited from BasicEvent
Instance methods
Instance methods inherited from BasicEvent

Constructor

ValueObjectEvent

public function ValueObjectEvent (
type:String, target:Object = null, obj:ValueObject = null)

Creates a new ValueObjectEvent object.
Parameters:
type :
name of the event type
target:
target of this event
obj :
value object carried by this event

Instance methods

clone

override public function clone (
) : Event

Clone the event
Returns:
  • a clone of the event
Overrides:

getValueObject

public function getValueObject (

Returns the value object carried by this event.
Returns:
  • the value object carried by this event.