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)
           
 
Methods inherited from interface com.ibm.mashups.iwidget.widget.WireProvider
getWires
 

Method Detail

addWire

void addWire(String sourceWidgetId,
             String sourceEventName,
             String targetEventName)
Parameters:
sourceWidgetId - id of the widget that will publish the event
sourceEventName - name of the event source widget will publish
targetEventName - 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 event
sourceEventName - name of the event source widget will publish
targetEventName - 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.