|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AmberException | |
| amber.client | Amber Client. |
| amber.client.panel | Amber Panel Components. |
| Uses of AmberException in amber.client |
| Methods in amber.client that throw AmberException | |
void |
BaseComponent.forwardPacket(Packet packet)
Called by the ReceiveThread and any internal functions when a packet is to be sent to its required destination. |
void |
RComponent.forwardPacket(Packet packet)
Called by the ReceiveThread and any internal functions when a packet is to be sent to its required destination. |
void |
SocketConnection.forwardPacket(Packet packet)
Called by the ReceiveThread and any internal functions when a packet is to be sent to its required destination. |
void |
RContainer.forwardPacket(Packet packet)
Called by the ReceiveThread and any internal functions when a packet is to be sent to its required destination. |
void |
ConnectionModule.forwardPacket(Packet packet)
Called by the ReceiveThread and any internal functions when a packet is to be sent to its required destination. |
| Uses of AmberException in amber.client.panel |
| Methods in amber.client.panel that throw AmberException | |
void |
BaseControl.forwardPacket(Packet packet)
This function just gets the parent to send the packet for us. |
protected int[] |
BasePanel.createArray()
This function reads an int array from the data input stream. |
protected void |
PList.getIndexes()
This function gets the multiple selected indexes from the list and stores them in the created return packet. |
protected void |
PComplexList.getIndexes()
This function gets the multiple selected indexes from the list and stores them in the created return packet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||