edu.indiana.iucbrf.casebase.event
Class CaseBaseAdapter

java.lang.Object
  extended by edu.indiana.iucbrf.casebase.event.CaseBaseAdapter
All Implemented Interfaces:
CaseBaseListener, java.util.EventListener

public class CaseBaseAdapter
extends java.lang.Object
implements CaseBaseListener

Provides a dummy implementation of the CaseBaseListener interface.


Constructor Summary
CaseBaseAdapter()
           
 
Method Summary
 void caseAdded(CaseBaseEvent cle)
          Describes the desired reaction to a case addition.
 void caseChanged(CaseBaseEvent cle)
           
 void caseClassChanged(CaseBaseEvent cle)
          Describes the desired reaction to the changing of the class of cases in the case base.
 void caseRemoved(CaseBaseEvent cle)
          Describes the desired reaction to a case removal.
 void caseReplaced(CaseBaseEvent cle)
          Describes the desired reaction to a case replacement.
 void casesCleared(CaseBaseEvent cle)
          Describes the desired reaction to clearing of all cases.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaseBaseAdapter

public CaseBaseAdapter()
Method Detail

caseRemoved

public void caseRemoved(CaseBaseEvent cle)
Description copied from interface: CaseBaseListener
Describes the desired reaction to a case removal.

Specified by:
caseRemoved in interface CaseBaseListener

caseAdded

public void caseAdded(CaseBaseEvent cle)
Description copied from interface: CaseBaseListener
Describes the desired reaction to a case addition.

Specified by:
caseAdded in interface CaseBaseListener

caseChanged

public void caseChanged(CaseBaseEvent cle)

caseReplaced

public void caseReplaced(CaseBaseEvent cle)
Description copied from interface: CaseBaseListener
Describes the desired reaction to a case replacement.

Specified by:
caseReplaced in interface CaseBaseListener

casesCleared

public void casesCleared(CaseBaseEvent cle)
Description copied from interface: CaseBaseListener
Describes the desired reaction to clearing of all cases.

Specified by:
casesCleared in interface CaseBaseListener

caseClassChanged

public void caseClassChanged(CaseBaseEvent cle)
Description copied from interface: CaseBaseListener
Describes the desired reaction to the changing of the class of cases in the case base.

Specified by:
caseClassChanged in interface CaseBaseListener