com.ibm.mashups.iwidget
Interface IEvent


public IEvent

it carries various pieces of information when an event flows at runtime


Field Summary
 String name
           The name of the event.
 String type
           The type of any payload.
 Object payload
           The data, if any, being provided by the source of the event.
 String source
           The iWidget supplied id for the source iWidget.
 
Constructor Summary
constructor()
           
 

Field Detail

name

String name
The name of the event.


type

String type
The type of any payload. If this is set to null, no information is being provided.


payload

Object payload
The data, if any, being provided by the source of the event.


source

String source
The iWidget supplied id for the source iWidget.

Constructor Detail

constructor

public constructor()


Copyright IBM Corp. 2010 All Rights Reserved.