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 | Method and Description |
---|---|
void |
ABOCreateListener.aboChanged(ABOChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ServerStatusEventPrinter.aboChanged(ABOChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
MessageChannel.fireABOEvent(ABOChangeEvent event)
Note: this method must be public because it is called by ABOs from outside
in order to fire local events.
|
protected abstract void |
AbstractMessageChannel.fireABOEvent(ABOChangeEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ABOChangeEvent.Listener.aboChanged(ABOChangeEvent e) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractABO.receivedUpdateEvent(ABOChangeEvent e)
May be overridden to react specifically on
ABOChangeEvent s
that were received for this ABO. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.