it.amattioli.applicate.browsing
Interface ContentChangeListener

Show UML class diagram

public interface ContentChangeListener

This interface must be implemented by all the objects that need to be notified of a browser content change event. Every time that a browser content changes, an event will be sent to all listening objects calling #contentChanged(SelectionEvent).

Author:
a.mattioli

Method Summary
 void contentChanged(ContentChangeEvent event)
          Will be called every time that content changes in a browser on which this listener has been registered.
 

Method Detail

contentChanged

void contentChanged(ContentChangeEvent event)
Will be called every time that content changes in a browser on which this listener has been registered.

Parameters:
event - the content change event


Copyright © 2011. All Rights Reserved.