]> git.argeo.org Git - gpl/argeo-slc.git/blob - rmi/AutoUiContext.java
Prepare next development cycle
[gpl/argeo-slc.git] / rmi / AutoUiContext.java
1 package org.argeo.slc.autoui.rmi;
2
3 public interface AutoUiContext {
4 public Object getLocalRef(String key);
5
6 public void setLocalRef(String key, Object ref);
7 }