|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectfi.hut.tml.xsmiles.mlfc.xbl2.ScriptHandler
Class for handling scripts. Scripts are added to ScriptHandler with an XBLHandler parameter which includes information about
| Nested Class Summary | |
class |
ScriptHandler.EventHandler
Inner class for listening events. |
| Constructor Summary | |
ScriptHandler()
|
|
| Method Summary | |
void |
addHandler(XBLHandler xh)
Takes an XBLHandler object and sets its event listener. |
java.util.LinkedList |
getHandlers(XSmilesElementImpl element)
Returns all handlers associated with an element in a LinkedList. |
void |
removeEventHandlers()
This method removes all the event handlers from the bound elements for the binding that owns this ScriptHandler. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ScriptHandler()
| Method Detail |
public void addHandler(XBLHandler xh)
xh - XBLHandler object that contains the script and its associated
event and element.public java.util.LinkedList getHandlers(XSmilesElementImpl element)
element - XSmilesElementImpl element whose handlers are to be
returned
public void removeEventHandlers()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||