|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.metamatrix.common.extensionmodule.ExtensionModuleEvent
public class ExtensionModuleEvent
Simple event class for automated testing.
Field Summary | |
---|---|
static int |
TYPE_FILE_CHANGED
Event type indicating that JDBCNames.ExtensionFilesTable.ColumnName.FILE_TYPE has changed. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ExtensionModuleEvent(java.lang.Object source,
int type)
|
Method Summary | |
---|---|
int |
getType()
|
java.lang.String |
toString()
|
Methods inherited from class java.util.EventObject |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TYPE_FILE_CHANGED
Constructor Detail |
---|
public ExtensionModuleEvent(java.lang.Object source, int type)
Method Detail |
---|
public int getType()
public java.lang.String toString()
toString
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |