|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjess.awt.ContainerListener
public class ContainerListener
An AWT Event Adapter for Jess.
(C) 2013 Sandia Corporation
Constructor Summary | |
---|---|
ContainerListener(java.lang.String uf,
Rete engine)
Deprecated. Connect the Jess function specified by name to this event handler object. |
Method Summary | |
---|---|
void |
componentAdded(java.awt.event.ContainerEvent e)
Deprecated. An event-handler method. |
void |
componentRemoved(java.awt.event.ContainerEvent e)
Deprecated. An event-handler method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContainerListener(java.lang.String uf, Rete engine) throws JessException
uf
- The name of a Jess functionengine
- The Jess engine to execute the function in
JessException
- If anything goes wrong.Method Detail |
---|
public void componentAdded(java.awt.event.ContainerEvent e)
componentAdded
in interface java.awt.event.ContainerListener
e
- The eventpublic void componentRemoved(java.awt.event.ContainerEvent e)
componentRemoved
in interface java.awt.event.ContainerListener
e
- The event
|
© 2013 Sandia Corporation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |