org.gjt.sp.jedit.msg
Class MacrosChanged

java.lang.Object
  |
  +--org.gjt.sp.jedit.EBMessage
        |
        +--org.gjt.sp.jedit.msg.MacrosChanged

public class MacrosChanged
extends EBMessage

Message sent when the list of available macros changes.

Since:
jEdit 2.2pre6
Version:
$Id: MacrosChanged.java,v 1.2 2002/05/14 07:55:48 spestov Exp $
Author:
Slava Pestov

Nested Class Summary
 
Nested classes inherited from class org.gjt.sp.jedit.EBMessage
EBMessage.NonVetoable
 
Constructor Summary
MacrosChanged(EBComponent source)
          Creates a new macros changed message.
 
Methods inherited from class org.gjt.sp.jedit.EBMessage
getSource, isVetoed, paramString, toString, veto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacrosChanged

public MacrosChanged(EBComponent source)
Creates a new macros changed message.

Parameters:
source - The message source