au.com.zip.cs
Interface LikeObserver

All Known Implementing Classes:
ObservableList

public interface LikeObserver

An interface like Observer but based on LikeObservable.

Author:
Cameron Simpson <cs@zip.com.au> 30nov2001
See Also:
Observer, LikeObservable

Method Summary
 void update(LikeObservable ob, Object arg)
           
 

Method Detail

update

void update(LikeObservable ob,
            Object arg)