org.jtheque.core.managers.view.listeners
Interface StateBarListener

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

public interface StateBarListener
extends java.util.EventListener

A listener who listen to the state bar component add and remove.

Author:
Baptiste Wicht

Method Summary
 void componentAdded(StateBarEvent event)
          A state bar component has been addded.
 void componentRemoved(StateBarEvent event)
          A state bar component has been removed.
 

Method Detail

componentAdded

void componentAdded(StateBarEvent event)
A state bar component has been addded.

Parameters:
event - The event.

componentRemoved

void componentRemoved(StateBarEvent event)
A state bar component has been removed.

Parameters:
event - The event.


Copyright © 2009 JTheque. All Rights Reserved.