uk.ac.man.bioinf.gui.viewer.event
Class AlignmentSelectionListenerSupport

java.lang.Object
  |
  +--uk.ac.man.bioinf.gui.viewer.event.AlignmentSelectionListenerSupport

public class AlignmentSelectionListenerSupport
extends Object

AlignmentSelectionListenerSupport.java Created: Mon Apr 10 12:31:19 2000

Version:
$Id: AlignmentSelectionListenerSupport.java,v 1.2 2001/04/11 17:04:42 lord Exp $
Author:
Phillip Lord

Constructor Summary
AlignmentSelectionListenerSupport()
           
 
Method Summary
 void addAlignmentSelectionListener(AlignmentSelectionListener listener)
           
 void fireAlignmentSelectionEvent(AlignmentSelectionEvent event)
           
 void removeAlignmentSelectionListener(AlignmentSelectionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlignmentSelectionListenerSupport

public AlignmentSelectionListenerSupport()
Method Detail

addAlignmentSelectionListener

public void addAlignmentSelectionListener(AlignmentSelectionListener listener)

removeAlignmentSelectionListener

public void removeAlignmentSelectionListener(AlignmentSelectionListener listener)

fireAlignmentSelectionEvent

public void fireAlignmentSelectionEvent(AlignmentSelectionEvent event)