dsto.dfc.swing.event
Class BasicSelectionEventSource

java.lang.Object
  extended by dsto.dfc.swing.event.BasicSelectionEventSource
All Implemented Interfaces:
SelectionEventSource, Serializable, Cloneable

public class BasicSelectionEventSource
extends Object
implements SelectionEventSource, Serializable, Cloneable

Base implementation of SelectionEventSource.

Version:
$Revision$
See Also:
Serialized Form

Constructor Summary
BasicSelectionEventSource()
           
BasicSelectionEventSource(Object source)
           
 
Method Summary
 void addSelectionListener(SelectionListener l)
           
 Object clone()
           
 void fireSelectionChanged(EventObject trigger)
           
 void removeSelectionListener(SelectionListener l)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSelectionEventSource

public BasicSelectionEventSource()

BasicSelectionEventSource

public BasicSelectionEventSource(Object source)
Method Detail

addSelectionListener

public void addSelectionListener(SelectionListener l)
Specified by:
addSelectionListener in interface SelectionEventSource

removeSelectionListener

public void removeSelectionListener(SelectionListener l)
Specified by:
removeSelectionListener in interface SelectionEventSource

clone

public Object clone()
             throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

fireSelectionChanged

public void fireSelectionChanged(EventObject trigger)


Copyright © 2008 Commonwealth of Australia