Package app.events

Class LanguageChangedEvent

java.lang.Object
app.events.Event
app.events.LanguageChangedEvent

public class LanguageChangedEvent
extends Event
Event signalizing that the programming language of the editor has changed
  • Constructor Summary

    Constructors
    Constructor Description
    LanguageChangedEvent​(java.lang.String language)
    Event signalizing that the programming language of the editor has changed
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getLanguage()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LanguageChangedEvent

      public LanguageChangedEvent​(java.lang.String language)
      Event signalizing that the programming language of the editor has changed
      Parameters:
      language - The name of the language, capitalized
  • Method Details

    • getLanguage

      public java.lang.String getLanguage()
      Returns:
      The name of the language