Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.plugin.skinmanager
Class SkinSelectionListener

java.lang.Object
  extended by 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

Constructor Summary
SkinSelectionListener()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          Invoked when an action occurs.
 void suppressAction(boolean supp)
          Sets if the catched event should be ignored or not.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SkinSelectionListener

public SkinSelectionListener()
Method Detail

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.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.