org.capi.capi20
Interface CapiListener


public interface CapiListener

CapiListener is an interface for CAPI event notification.

© 2002 Holger Gräfe

This program 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.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

Contact to author: holger.graefe@gmx.de

Project website: http://jcapi.sourceforge.net


Method Summary
 void capiEventRaised()
          is called by the Capi implementation for a CAPI event assigned to this listener (i.e. a message signal for the application).
 void capiExceptionThrown(CapiException exception)
          is called by the Capi implementation to handle a CapiException.
 

Method Detail

capiEventRaised

public void capiEventRaised()
is called by the Capi implementation for a CAPI event assigned to this listener (i.e. a message signal for the application).

capiExceptionThrown

public void capiExceptionThrown(CapiException exception)
is called by the Capi implementation to handle a CapiException.
Parameters:
exception - the CapiException instance