com.ibm.mashups.enabler.widget
Interface Event

All Superinterfaces:
Identifiable, Localized

public Event
extends Identifiable, Localized

An interface representing an widget event. It can be obtained through an EventProvider .

Since:
2.4

Method Summary
 String getName()
           Get's the name of this event.
 boolean isPublished()
           Returns whether this event is published or not.
 boolean isHandled()
           Returns whether this event is handled or not.
 String getPayloadType()
           Get's the payload type of this event.
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 
Methods inherited from interface com.ibm.mashups.enabler.Localized
getLocales, getTitle, getTitles, getDescription, getDescriptions
 

Method Detail

getName

String getName()
Get's the name of this event.

Returns:
the name of this event.

isPublished

boolean isPublished()
Returns whether this event is published or not.

Returns:
whether this event is published or not.

isHandled

boolean isHandled()
Returns whether this event is handled or not.

Returns:
whether this event is handled or not.

getPayloadType

String getPayloadType()
Get's the payload type of this event.

Returns:
the payload type of this event.


Copyright IBM Corp. 2010 All Rights Reserved.