net.sf.latexdraw.badaboom
Interface BadaboomHandler

All Known Implementing Classes:
ExceptionsManager

public interface BadaboomHandler

Defines a 'Bordel !' handler. A object that wants to be aware of the Activities of a 'bordel' manager must implement this interface.

This file is part of LaTeXDraw.
Copyright (c) 2005-2012 Arnaud BLOUIN

LaTeXDraw 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.
LaTeXDraw is distributed 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.

03/19/2008

Since:
3.0
Version:
3.0
Author:
Arnaud BLOUIN

Method Summary
 void notifyEvent(java.lang.Throwable e)
          Actions to do when an exception is received by the manager.
 void notifyEvents()
          Actions to do when exceptions are received by the manager.
 

Method Detail

notifyEvent

void notifyEvent(java.lang.Throwable e)
Actions to do when an exception is received by the manager.

Parameters:
e - The received exception.
Since:
3.0

notifyEvents

void notifyEvents()
Actions to do when exceptions are received by the manager.

Since:
3.0