KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > columba > core > context > semantic > api > IContextEvent


1 package org.columba.core.context.semantic.api;
2
3 import org.columba.core.context.base.api.IStructureValue;
4
5 public interface IContextEvent {
6
7     public Object JavaDoc getSource();
8     
9     public IStructureValue getValue();
10 }
11
Popular Tags