com.quadrique.jbuildingblocks.gui
Interface JbbLoginListener


public interface JbbLoginListener

In order to receive any event from the Login class, you must implement this listener interface.

Author:
Hervé Rivere

Method Summary
 void loginChanged(JbbLoginEvent zEvent)
          This method is called whenever the login information has been updated
 

Method Detail

loginChanged

void loginChanged(JbbLoginEvent zEvent)
This method is called whenever the login information has been updated

Parameters:
zEvent - the LoginEvent instance that describes the event


Copyright © 2001-2009 Quadrique Corporation. All Rights Reserved.