Class IntervenantEventWarning

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--IntervenantEvent
              |
              +--IntervenantEventWarning
All Implemented Interfaces:
java.io.Serializable

public class IntervenantEventWarning
extends IntervenantEvent

La classe IntervenantEventWarning décrit l'événement listen

Version:
1.0, 30/11/98
Author:
Philippe Morat
See Also:
Intervenant, IntervenantEventWarning, Serialized Form

Field Summary
protected  java.lang.String warning
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 java.lang.String getWarning()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

warning

protected java.lang.String warning
Method Detail

getWarning

public java.lang.String getWarning()