|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbleEvent | |
com.ibm.able | Refer to the ABLE package index for more details on using ABLE. |
com.ibm.able.agents | The AGENTS package provides a set of interfaces and objects for constructing hybrid intelligent agents out of AbleBean components. |
com.ibm.able.beans | The BEANS package provides a set of interfaces and objects which implement "smart" or intelligent components. |
com.ibm.able.editor | The EDITOR package provides a set of objects that implement a GUI development environment for constructing hybrid intelligent agents using AbleBeans and AbleAgents as components. |
com.ibm.able.examples | Sample beans and agents are loaded from the ableexamples.jar file and placed on the Samples palette when the Able Agent Editor starts. |
com.ibm.able.examples.ablebean | SimpleAbleBean - How to create a custom AbleBean This example shows the easiest method for creating a custom AbleBean, by extending the AbleObject base class. There are three java parts that must be created for any AbleBean: The bean class file (SimpleAbleBean.java) The bean info file (SimpleAbleBeanInfo.java) The bean customizer file (SimpleAbleBeanCustomizer.java) To see how the SimpleAbleBean works, go to the Samples panel on the icon palette. Move the mouse slowly over each icon and a tooltip text window will display the name of the bean. Click on the icon for the "SimpleBean". This will create an instance and place it on the canvas. |
com.ibm.able.examples.platform | ABLE PLATFORM examples.... |
com.ibm.able.platform.agents | FIPA agents in this package include an AMS, an ACC, and a DF, as well as a default FIPA agent that can be used as a base for building FIPA-compliant agents. |
Uses of AbleEvent in com.ibm.able |
Methods in com.ibm.able that return AbleEvent | |
AbleEvent |
AbleEventQueue.getEvent()
Remove and return the very next event waiting on the queue. |
AbleEvent |
AbleEventQueue.peekEvent()
Return the very next event waiting on the queue, but leave that event on the queue for further processing. |
Methods in com.ibm.able with parameters of type AbleEvent | |
void |
AbleObject.notifyAbleEventListeners(AbleEvent theEvent)
Notify all registered listeners by sending the specified event. |
void |
AbleObject.handleAbleEvent(AbleEvent theAbleEvent)
|
void |
AbleObject.processAbleEvent(AbleEvent theAbleEvent)
Process an Able event synchronously; that is, on the same thread as the caller. |
void |
AbleEventQueueProcessor.processAbleEvent(AbleEvent theAbleEvent)
Process an Able event synchronously; that is, on the same thread as the caller. |
void |
AbleBean.notifyAbleEventListeners(AbleEvent theEvent)
Notify all registered listeners by sending the specified event. |
void |
AbleEventQueue.postEvent(AbleEvent theEvent)
Place an event on the queue for future processing, but only if event posting is enabled. |
void |
AbleEventListener.handleAbleEvent(AbleEvent theAbleEvent)
Handle an Able event. |
Uses of AbleEvent in com.ibm.able.agents |
Methods in com.ibm.able.agents with parameters of type AbleEvent | |
void |
AbleDefaultAgent.handleAbleEvent(AbleEvent theAbleEvent)
Handle an Able event. |
Uses of AbleEvent in com.ibm.able.beans |
Methods in com.ibm.able.beans with parameters of type AbleEvent | |
void |
AbleDataSetPanel.handleAbleEvent(AbleEvent e)
|
void |
AbleImport.handleAbleEvent(AbleEvent e)
process an AbleEvent sent by another Able bean |
void |
AbleNetworkGraphicView.handleAbleEvent(AbleEvent theAbleEvent)
|
Uses of AbleEvent in com.ibm.able.editor |
Methods in com.ibm.able.editor with parameters of type AbleEvent | |
void |
AbleInspector.handleAbleEvent(AbleEvent theAbleEvent)
|
Uses of AbleEvent in com.ibm.able.examples |
Methods in com.ibm.able.examples with parameters of type AbleEvent | |
void |
AbleBeanWrapper.handleAbleEvent(AbleEvent theEvent)
Process an AbleEvent sent by another Able bean. |
Uses of AbleEvent in com.ibm.able.examples.ablebean |
Methods in com.ibm.able.examples.ablebean with parameters of type AbleEvent | |
void |
SimpleAbleApp.handleAbleEvent(AbleEvent e)
Display changes when agent modifies its output buffer |
void |
SimpleAbleApp.processAbleEvent(AbleEvent e)
Process an Able event. |
Uses of AbleEvent in com.ibm.able.examples.platform |
Methods in com.ibm.able.examples.platform with parameters of type AbleEvent | |
void |
SimpleFipaAgent.handleAbleEvent(AbleEvent theAbleEvent)
Handle an Able event. |
Uses of AbleEvent in com.ibm.able.platform.agents |
Methods in com.ibm.able.platform.agents with parameters of type AbleEvent | |
void |
PlatformAgentProxyEventHandler.handleAbleEvent(AbleEvent theAbleEvent)
Handle an Able event. |
void |
PlatformAgentProxyEventHandler.processAbleEvent(AbleEvent theAbleEvent)
Process an Able event synchronously; that is, on the same thread as the caller. |
|
ABLE, Version 1.1b | |||||||||
PREV NEXT | FRAMES NO FRAMES |