net.sf.latexdraw.badaboom
Class BadaboomListener
java.lang.Object
net.sf.latexdraw.badaboom.BadaboomListener
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ListSelectionListener
public class BadaboomListener
- extends java.lang.Object
- implements javax.swing.event.ListSelectionListener
Defines a listener for the 'Bordel !' manager.
This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN
LaTeXDraw is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later version.
LaTeXDraw is distributed without any warranty; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
02/18/2008
- Since:
- 3.0
- Version:
- 3.0
- Author:
- Arnaud BLOUIN
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
manager
protected BadaboomManager manager
- The manager to listen.
BadaboomListener
public BadaboomListener(BadaboomManager bordelManager)
- Creates a Border manager listener.
- Parameters:
bordelManager
- The manager to listen.
- Throws:
java.lang.IllegalArgumentException
- If the given manager is null.
valueChanged
public void valueChanged(javax.swing.event.ListSelectionEvent e)
- Specified by:
valueChanged
in interface javax.swing.event.ListSelectionListener
getManager
public BadaboomManager getManager()
- Returns:
- the manager.