com.ontimize.gui
Class BasicInteractionManagerAction.BasicListenerItem
java.lang.Object
com.ontimize.gui.BasicInteractionManagerAction.BasicListenerItem
- All Implemented Interfaces:
- InteractionManagerAction.ListenerItem
- Enclosing class:
- BasicInteractionManagerAction
- public static class BasicInteractionManagerAction.BasicListenerItem
- extends java.lang.Object
- implements InteractionManagerAction.ListenerItem
|
Field Summary |
protected java.lang.String |
attr
|
protected java.lang.Class |
clazz
|
protected java.lang.Object |
clazzInstance
|
protected java.lang.String |
clazzName
|
protected java.lang.Object |
id
|
protected java.lang.String |
type
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
id
protected java.lang.Object id
attr
protected java.lang.String attr
clazz
protected java.lang.Class clazz
clazzName
protected java.lang.String clazzName
clazzInstance
protected java.lang.Object clazzInstance
type
protected java.lang.String type
BasicInteractionManagerAction.BasicListenerItem
public BasicInteractionManagerAction.BasicListenerItem(java.lang.Object id,
java.lang.String attr,
java.lang.String className,
java.lang.String type)
throws java.lang.IllegalArgumentException
getId
public java.lang.Object getId()
- Specified by:
getId in interface InteractionManagerAction.ListenerItem
getAttr
public java.lang.String getAttr()
- Specified by:
getAttr in interface InteractionManagerAction.ListenerItem
getListenerClass
public java.lang.Class getListenerClass()
- Specified by:
getListenerClass in interface InteractionManagerAction.ListenerItem
getListenerClassName
public java.lang.String getListenerClassName()
- Specified by:
getListenerClassName in interface InteractionManagerAction.ListenerItem
getListenerClassInstance
public java.lang.Object getListenerClassInstance()
- Specified by:
getListenerClassInstance in interface InteractionManagerAction.ListenerItem
getListenerType
public java.lang.String getListenerType()
- Specified by:
getListenerType in interface InteractionManagerAction.ListenerItem
equals
public boolean equals(java.lang.Object o)
toString
public java.lang.String toString()