org.gjt.sp.jedit.msg
Class RegisterChanged
java.lang.Object
org.gjt.sp.jedit.EBMessage
org.gjt.sp.jedit.msg.RegisterChanged
public class RegisterChanged
- extends EBMessage
Message sent when a register is updated.
- Since:
- jEdit 4.3pre1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RegisterChanged
public RegisterChanged(EBComponent source,
char name)
- Creates a new registers changed message.
- Parameters:
source
- The message source
getRegisterName
public char getRegisterName()
getRegisterValue
public java.lang.String getRegisterValue()
paramString
public java.lang.String paramString()
- Description copied from class:
EBMessage
- Returns a string representation of this message's parameters.
- Overrides:
paramString
in class EBMessage