palmed.command
Class CloseConfirmationListener

java.lang.Object
  extended by palmed.command.CloseConfirmationListener
All Implemented Interfaces:
IConfirmationListener

public final class CloseConfirmationListener
extends java.lang.Object
implements IConfirmationListener

This class implements a close confirmation listener.

Version:
$Revision$ $Date$
Author:
Mathieu Champlon

Constructor Summary
CloseConfirmationListener(IBufferManager manager, IResult result)
          Create a close confirmation listener.
 
Method Summary
 void accept()
          The user accepted.
 void refuse()
          The user refused.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloseConfirmationListener

public CloseConfirmationListener(IBufferManager manager,
                                 IResult result)
Create a close confirmation listener.

Parameters:
manager - the buffer manager
result - the result
Method Detail

accept

public void accept()
The user accepted.

Specified by:
accept in interface IConfirmationListener

refuse

public void refuse()
The user refused.

Specified by:
refuse in interface IConfirmationListener


Copyright © 2004-2006 PalmEd. All Rights Reserved.