net.java.sip.communicator.plugin.skinmanager
Class SkinSelectionListener
java.lang.Object
net.java.sip.communicator.plugin.skinmanager.SkinSelectionListener
- All Implemented Interfaces:
- ActionListener, EventListener
public class SkinSelectionListener
- extends Object
- implements ActionListener
Selection listener for the SkinSelector.
- Author:
- Adam Netocny
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkinSelectionListener
public SkinSelectionListener()
actionPerformed
public void actionPerformed(ActionEvent e)
- Invoked when an action occurs.
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
e - ActionEvent
suppressAction
public void suppressAction(boolean supp)
- Sets if the catched event should be ignored or not.
- Parameters:
supp - If true the event will be ignored.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.