public class TableEvent extends Object
| Constructor and Description |
|---|
TableEvent() |
TableEvent(String eventType,
String functionName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEventType() |
String |
getFunctionName() |
void |
setEventType(String eventType) |
void |
setFunctionName(String functionName) |
public String getEventType()
public void setEventType(String eventType)
eventType - the eventType to setpublic String getFunctionName()
public void setFunctionName(String functionName)
functionName - the functionName to setCopyright © 2023 Suncode. All rights reserved.