io.sarl.apputils.eclipseextensions.launching
Interface ISarlRuntimeEnvironmentTab
interface ISarlRuntimeEnvironmentTab
Interace for representing any tab for the SARL run-time environment configuration.
Maven Group Identifier:
io.sarl.apputils
Maven Artifact Identifier:
eclipseextensions
Since:
0.12
Action Summary
Modifier and type Action and description
abstract void addSreChangeListener(ISreChangeListener)
Add the listener on the SRE changes.
abstract void removeSreChangeListener(ISreChangeListener)
Remove the listener on the SRE changes.
Action Details
addSreChangeListener(ISreChangeListener)
def addSreChangeListener(ISreChangeListener)
Add the listener on the SRE changes.
Parameters:
listener - the listener.
removeSreChangeListener(ISreChangeListener)
def removeSreChangeListener(ISreChangeListener)
Remove the listener on the SRE changes.
Parameters:
listener - the listener.