/src/kilim/EventPublisher.java

http://github.com/kilim/kilim · Java · 6 lines · 3 code · 2 blank · 1 comment · 0 complexity · c3079e0d5c71697c6012ff305c2d058e MD5 · raw file

  1. // Copyright 2009 by sriram - offered under the terms of the MIT License
  2. package kilim;
  3. public interface EventPublisher {
  4. }