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

LookupEvent (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util
Class LookupEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.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.
 
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

 

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