com.centrasite.control.discovery
Interface AddAssociationListener

All Known Implementing Classes:
AddAssociationCommand

public interface AddAssociationListener

/** For use with AddAssociationAdapter


Method Summary
 void onClickCancel(java.util.Collection registryObjectItems)
           
 void onClickOk(ActionContext actionContext, RegistryObjectItem source, java.util.Collection targetObjects, java.lang.String associationType)
          Using the Add Association page multiple associations can be created in the case when the page is opened using the RelationShip attribute so targetObjects is a Collection of the multiple selected targets.
 

Method Detail

onClickOk

void onClickOk(ActionContext actionContext,
               RegistryObjectItem source,
               java.util.Collection targetObjects,
               java.lang.String associationType)
Using the Add Association page multiple associations can be created in the case when the page is opened using the RelationShip attribute so targetObjects is a Collection of the multiple selected targets.


onClickCancel

void onClickCancel(java.util.Collection registryObjectItems)