com.ibm.mashups.iwidget.widget
Interface ModifiableWireProvider
- All Superinterfaces:
- WireProvider
public ModifiableWireProvider
- extends WireProvider
Interface defines functions to access handled or published event descriptions.
Method Summary |
void |
addWire(String sourceWidgetId,
String sourceEventName,
String targetEventName)
|
void |
removeWire(String sourceWidgetId,
String sourceEventName,
String targetEventName)
|
addWire
void addWire(String sourceWidgetId,
String sourceEventName,
String targetEventName)
- Parameters:
sourceWidgetId
-
id of the widget that will publish the eventsourceEventName
-
name of the event source widget will publishtargetEventName
-
name of the event the receiving widget and this event will handle the event published by source widget
removeWire
void removeWire(String sourceWidgetId,
String sourceEventName,
String targetEventName)
- Parameters:
sourceWidgetId
-
id of the widget that will publish the eventsourceEventName
-
name of the event source widget will publishtargetEventName
-
name of the event the receiving widget and this event will handle the event published by source widget
Copyright IBM Corp. 2010 All Rights Reserved.