it.amattioli.applicate.browsing
Interface ContentChangeListener
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. |
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.