All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JProjects.eab.data.ParameterSupport

java.lang.Object
   |
   +----JProjects.eab.data.ParameterSupport

public synchronized class ParameterSupport
extends Object
Facilitates implementation of parameter event dispatchers.

Author:
Alexander Jaremenko
< jarem@isb.gomel.by >
See Also:
ParameterEvent, ParameterListener, ParameterListenerAdapter

Constructor Index

 o ParameterSupport(Object)

Method Index

 o addParameterListener(ParameterListener)
 o fireActionCompleted(ParameterEvent)
 o fireExceptionOccurred(Exception)
 o removeParameterListener(ParameterListener)

Constructors

 o ParameterSupport
 public ParameterSupport(Object src)

Methods

 o addParameterListener
 public void addParameterListener(ParameterListener l)
 o fireExceptionOccurred
 public void fireExceptionOccurred(Exception ex)
 o fireActionCompleted
 public void fireActionCompleted(ParameterEvent ev)
 o removeParameterListener
 public void removeParameterListener(ParameterListener l)

All Packages  Class Hierarchy  This Package  Previous  Next  Index