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

All Superinterfaces:
java.util.EventListener

public interface FunctionListener
extends java.util.EventListener

This listener enable an objet to be up to date with the current function of the application.

Author:
Baptiste Wicht

Method Summary
 void functionUpdated(FunctionEvent event)
          Call when the function has been updated.
 

Method Detail

functionUpdated

void functionUpdated(FunctionEvent event)
Call when the function has been updated.

Parameters:
event - The function event.


Copyright © 2009 JTheque. All Rights Reserved.