org.jtheque.core.managers.lifecycle.listeners
Interface TitleListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
MainView

public interface TitleListener
extends java.util.EventListener

This listener enable an object to be up to date with the title of the application.

Author:
Baptiste Wicht

Method Summary
 void titleUpdated(TitleEvent event)
          Call when the title has been updated.
 

Method Detail

titleUpdated

void titleUpdated(TitleEvent event)
Call when the title has been updated.

Parameters:
event - Le nouvel objet courant


Copyright © 2009 JTheque. All Rights Reserved.