Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.gjt.sp.jedit
Class EBMessage.NonVetoable  view EBMessage.NonVetoable download EBMessage.NonVetoable.java

java.lang.Object
  extended byorg.gjt.sp.jedit.EBMessage
      extended byorg.gjt.sp.jedit.EBMessage.NonVetoable
Enclosing class:
EBMessage

Deprecated. Subclass EBMessage instead.

public abstract static class EBMessage.NonVetoable
extends EBMessage


Nested Class Summary
 
Nested classes inherited from class org.gjt.sp.jedit.EBMessage
EBMessage.NonVetoable
 
Field Summary
 
Fields inherited from class org.gjt.sp.jedit.EBMessage
 
Constructor Summary
EBMessage.NonVetoable(EBComponent source)
          Deprecated. Creates a new non-vetoable message.
 
Method Summary
 void veto()
          Deprecated. Disallows this message from being vetoed.
 
Methods inherited from class org.gjt.sp.jedit.EBMessage
getSource, isVetoed, paramString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EBMessage.NonVetoable

public EBMessage.NonVetoable(EBComponent source)
Deprecated. 
Creates a new non-vetoable message.

Method Detail

veto

public void veto()
Deprecated. 
Disallows this message from being vetoed.

Overrides:
veto in class EBMessage