ij.plugin.frame.jedit
Class EBMessage.NonVetoable

java.lang.Object
  extended by ij.plugin.frame.jedit.EBMessage
      extended by ij.plugin.frame.jedit.EBMessage.NonVetoable
Enclosing class:
EBMessage

Deprecated. Subclass EBMessage instead.

public abstract static class EBMessage.NonVetoable
extends EBMessage


Nested Class Summary
 
Nested classes/interfaces inherited from class ij.plugin.frame.jedit.EBMessage
EBMessage.NonVetoable
 
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 ij.plugin.frame.jedit.EBMessage
getSource, isVetoed, paramString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EBMessage.NonVetoable

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

Parameters:
source - The message source
Method Detail

veto

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

Overrides:
veto in class EBMessage