Package | Description |
---|---|
de.esprit.netsuite.client.abo |
Contains the client's support classes for ABOs (Alive Business Objects)
|
de.esprit.netsuite.client.gui.event |
Contains client internal events
|
de.esprit.netsuite.client.netch |
Contains classes that build the client network adapter
|
de.esprit.netsuite.netdata.event |
Contains serializable events that are sent by the server
|
de.esprit.netsuite.server.abo |
Contains server classes for working with Alive Business Objects (ABOs)
|
Modifier and Type | Class and Description |
---|---|
class |
ABOCreateListener
This listener controls auto-insertion of foreign newly created ABOs into an ABOCollection
|
Modifier and Type | Class and Description |
---|---|
class |
ServerStatusEventPrinter
This printer prints all received
ServerStatusEvent s to the given console |
Modifier and Type | Method and Description |
---|---|
void |
EspritClientConnector.addABOChangeListener(ABOChangeEvent.Listener l) |
void |
MessageChannel.addABOListener(ABOChangeEvent.Listener l) |
void |
EspritClientConnector.removeABOChangeListener(ABOChangeEvent.Listener l) |
void |
MessageChannel.removeABOListener(ABOChangeEvent.Listener l) |
Modifier and Type | Method and Description |
---|---|
void |
ABOChangeEvent.Source.addABOChangeListener(ABOChangeEvent.Listener l) |
void |
ABOChangeEvent.Source.removeABOChangeListener(ABOChangeEvent.Listener l) |
Modifier and Type | Method and Description |
---|---|
void |
AliveBusinessObject.addChangeListener(ABOChangeEvent.Listener l)
Note that each ABO is responsible for receiving and processing
its own change events from the server.
|
void |
AbstractABO.addChangeListener(ABOChangeEvent.Listener l) |
void |
AliveBusinessObject.removeChangeListener(ABOChangeEvent.Listener l) |
void |
AbstractABO.removeChangeListener(ABOChangeEvent.Listener l) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.