io.sarl.apputils.eclipseextensions.launching
Interface ISreChangeListener
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
interface ISreChangeListener
Listener on the chane of SRE.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
eclipseextensions
Since:
0.11
Action Summary
Modifier and type Action and description
abstract void sreChanged(ISREInstall)
Invoked when the SRE has changed.
Action Details
sreChanged(ISREInstall)
def sreChanged(ISREInstall)
Invoked when the SRE has changed.
Parameters:
sre - the new SRE.