net.jakubholy.jedit.autocomplete
Class WordListEvent

java.lang.Object
  extended by java.util.EventObject
      extended by net.jakubholy.jedit.autocomplete.WordListEvent
All Implemented Interfaces:
java.io.Serializable

public class WordListEvent
extends java.util.EventObject

Carry information about a change to the observed word list.

Author:
Jakub Holy
See Also:
WordList, Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WordListEvent(java.lang.Object source)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WordListEvent

public WordListEvent(java.lang.Object source)