org.universAAL.ui.handler.gui.swing.model.special
Interface SpecialButtonInterface

Package class diagram package SpecialButtonInterface
All Superinterfaces:
ActionListener, EventListener
All Known Implementing Classes:
ExitButton, uCCButton, UCCButton, uStoreButton, UStoreButton

public interface SpecialButtonInterface
extends ActionListener

An interface to detect and manage. SpecialButtons must have a (Submit, Renderer) constructor.

Author:
amedrano

Method Summary
 boolean isSpecial()
          Evaluate the "Specialness" of the button.
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
 

Method Detail

isSpecial

boolean isSpecial()
Evaluate the "Specialness" of the button.

Returns:


Copyright © 2014 universAAL Consortium. All Rights Reserved.