Added IReactiveLookup interface.

This commit is contained in:
Aaron Craelius 2014-09-27 16:53:05 -04:00
parent 05deac8bdc
commit ed716d86b4

View file

@ -0,0 +1,6 @@
package clojure.lang;
// Not sure if this interface is really a good idea without having full
// collection change notifications
public interface IReactiveLookup extends IReactiveRef, ILookup{
}