tr.linkchecker.events
Class CDBConnectionDialogEvents

java.lang.Object
  extended bytr.linkchecker.events.CDBConnectionDialogEvents

public class CDBConnectionDialogEvents
extends java.lang.Object

Program that handels the database-connection-dialog

Date: 16.12.2004

Version:
1.0
Author:
Tobias Roessler, Ralf Schmitt

Constructor Summary
CDBConnectionDialogEvents(CMediator med)
          Constructor
 
Method Summary
 void cancelEvent()
          Event, if cancel pressed
 void okEvent()
          Event, if ok pressed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CDBConnectionDialogEvents

public CDBConnectionDialogEvents(CMediator med)
Constructor

Parameters:
med - Mediator-Object
Method Detail

cancelEvent

public void cancelEvent()
Event, if cancel pressed


okEvent

public void okEvent()
Event, if ok pressed