Package org.math.R
Interface UpdateObjectsListener
-
- All Known Implementing Classes:
RObjectsPanel
public interface UpdateObjectsListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTarget(Rsession r)voidupdate()Notify the changing of R environment objects
-
-
-
Method Detail
-
setTarget
void setTarget(Rsession r)
-
update
void update()
Notify the changing of R environment objects
-
-