|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.spi.wizard.WizardPage.CustomComponentNotifier
public abstract static class WizardPage.CustomComponentNotifier extends java.lang.Object
Object which is passed to CustomComponentListener.startListeningTo()
,
which can be called when an event has occurred on a custom component the
CustomComponentListener
has claimed (by returning true
from its accept()
method).
Modifier and Type | Method and Description |
---|---|
abstract void |
userInputReceived(java.awt.Component c,
java.lang.Object eventObject)
Method which may be called when an event occurred on a custom component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract void userInputReceived(java.awt.Component c, java.lang.Object eventObject)
c
- the componenteventObject
- the event object from the component, or null (with
the exception of javax.swing.text.DocumentEvent
, it
will likely be a subclass of java.util.EventObject
).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |