KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > rero > config > ClientStateListener


1 package rero.config;
2
3 public interface ClientStateListener
4 {
5    /** when the property gets changed you will be notified! */
6    public void propertyChanged(String JavaDoc property, String JavaDoc parameter);
7 }
8
Popular Tags