View Javadoc
1   package xuml.tools.model.compiler.runtime;
2   
3   public interface Event<T> {
4   
5       String signatureKey();
6   
7   }