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.
See also:
Summary
Constructor
- ValueObjectEvent (type:String, target:Object = null, obj:ValueObject = null)
- Creates a new ValueObjectEvent object.
Instance properties
Instance properties inherited from BasicEvent
Instance methods
- getValueObject : ValueObject
- Returns the value object carried by this event.
- clone : Event
- Clone the event
Constructor
ValueObjectEvent
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
Returns the value object carried by this event.
Returns:
- the value object carried by this event.