站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.0

LookupEvent (NetBeans Utilities API) - NetBeans API Javadoc 5.5.0

org.openide.util 6.8.22

org.openide.util
Class LookupEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.openide.util.LookupEvent
All Implemented Interfaces:
Serializable

public final class LookupEvent
extends EventObject

An event describing the change in the lookup's result.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LookupEvent(Lookup.Result source)
          Create a new lookup event.
 
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

LookupEvent

public LookupEvent(Lookup.Result source)
Create a new lookup event.

Parameters:
source - the lookup result which has changed

org.openide.util 6.8.22

Built on May 28 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.