PTP
Release 5.0

org.eclipse.ptp.ui
Interface IRMSelectionListener


public interface IRMSelectionListener


Method Summary
 void selectionChanged(org.eclipse.jface.viewers.ISelection selection)
          Notify the listener that the selection has changed in the RM view
 void setDefault(java.lang.Object rm)
          Notify the listener that a resource manager has been selected as the default
 

Method Detail

setDefault

void setDefault(java.lang.Object rm)
Notify the listener that a resource manager has been selected as the default

Parameters:
rm - selected resource manager
Since:
5.0

selectionChanged

void selectionChanged(org.eclipse.jface.viewers.ISelection selection)
Notify the listener that the selection has changed in the RM view

Parameters:
selection - new selection

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.