View Javadoc

1   /*
2    * PropertyListenerResult.java
3    * Created on 21 Май 2006 г., 22:32
4    */
5   
6   package org.weda.property;
7   
8   /**
9    * @author Mikhail Titov
10   */
11  public interface PropertyListenerResult {
12      public Object getValue();
13  }