com.ibm.mashups.enabler.widget
Interface ModifiableEvent
- All Superinterfaces:
- com.ibm.mashups.enabler.DirtyFlagProvider, Event, Identifiable, Localized, ModifiableLocalized
public ModifiableEvent
- extends Event, ModifiableLocalized, com.ibm.mashups.enabler.DirtyFlagProvider
An interface representing an widget event. It can be obtained through an EventProvider
.
- Since:
-
2.4
Method Summary |
void |
setName(String name)
Set's the name of this event. |
void |
setPayloadType(String payloadType)
Set's the payload type of this event. |
Methods inherited from interface com.ibm.mashups.enabler.ModifiableLocalized |
setTitle, confirmSetTitle, removeTitle, confirmRemoveTitle, removeTitles, confirmRemoveTitles, setDescription, confirmSetDescription, removeDescription, confirmRemoveDescription, removeDescriptions, confirmRemoveDescriptions |
setName
void setName(String name)
-
Set's the name of this event.
- Parameters:
name
-
the name of this event.
setPayloadType
void setPayloadType(String payloadType)
-
Set's the payload type of this event.
- Parameters:
payloadType
-
the payload type of this event.
Copyright IBM Corp. 2010 All Rights Reserved.