/* Copyright (C) 2011 [Gobierno de Espana] * This file is part of "Cliente @Firma". * "Cliente @Firma" is free software; you can redistribute it and/or modify it under the terms of: * - the GNU General Public License as published by the Free Software Foundation; * either version 2 of the License, or (at your option) any later version. * - or The European Software License; either version 1.1 or (at your option) any later version. * Date: 11/01/11 * You may contact the copyright holder at: soporte.afirma5@mpt.es */ package es.gob.jmulticard.android.callbacks; /** * Clase para instanciar un objeto mutable y crear una sincronización durante las llamadas a diálogo mediante callbacks */ public class DialogDoneChecker { /** * Case utilizada para utilizar wait() y notify() al esperar el PIN. */ public DialogDoneChecker() { } }