|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.modules.inspection.listener.BaseListener
public class BaseListener
Base class for all other Inspection listeners to extend. Contains method to locate field script and fire it. fireScript() should be called from extending listener's event specific method.
Copyright 2008 Partner Software, Inc.
| Constructor Summary | |
|---|---|
protected |
BaseListener(InspectionKit kit,
com.partnersoft.gui.GUIForm parent,
java.lang.String scriptName)
Creates a BaseListener object. |
| Method Summary | |
|---|---|
void |
fireScript(java.lang.Object event)
Checks kit.getModule()'s resources/FieldListeners folder for a script matching the name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected BaseListener(InspectionKit kit,
com.partnersoft.gui.GUIForm parent,
java.lang.String scriptName)
| Method Detail |
|---|
public void fireScript(java.lang.Object event)
If the a script for this listener cannot be run, it is logged as a warning.
event - - The Event that caused this script to be run. Either a java.awt.event.Event or a javax.swing.event.* type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||