Package cool.taomu.framework.inter
Interface IObserver
-
@ISpi public interface IObserver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublish(IObservable<?> o, java.lang.Object arg)
-
-
-
Method Detail
-
publish
void publish(IObservable<?> o, java.lang.Object arg)
-
-