java.lang.Object
javax.ide.extension.spi.ListenerInfo
- public final class ListenerInfo
- extends java.lang.Object
Records information defining the listener class to be instantiated
when an event on the target object occurs.
The information used to initialize this class comes from an
extension manifest editor-hook section.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_listenerClass
private javax.ide.util.MetaClass _listenerClass
_sourceID
private java.lang.String _sourceID
ListenerInfo
public ListenerInfo()
- Constructor.
getListenerClass
public javax.ide.util.MetaClass getListenerClass()
- Get the listener class. An instance of this class will be created
when the source object needs to notify listeners of current events.
setListenerClass
public void setListenerClass(javax.ide.util.MetaClass listenerClass)
- Set the listener class. An instance of this class will be created
when the source object needs to notify listeners of current events.
getSourceID
public java.lang.String getSourceID()
- Get the ID of the event source.
setSourceID
public void setSourceID(java.lang.String id)
- Get the ID of the event source.