Important

It is highly recommended to read the documentation about exchangeable objects since every object update raises an event.

Events

MiddlewareNotReachable
A connection to the middleware could not be established. Arguments: the MiddlewareNotReachableException object
Settings
The settings frame has been opened through the menu. Arguments: The ActionEvent object.
Log
The log toolbar has been opened through the menu. Arguments: The ActionEvent object.
Commit
A synchronization has been forced. Arguments: The ActionEvent object.
MAPSERVERX
A map server has been selected from the map server menu. X indicates the name of the map server. Arguments: The ActionEvent object.
Panning
The map mode has been changed to panning. Arguments: The ActionEvent object.
Edit Zones
The map mode has been changed to zone editing. Arguments: The ActionEvent object.
Show Toolbar
The default toolbar has been set to visible. Arguments: The ActionEvent object.
Show Log
The log toolbar has been (de-)activated through the menu. Arguments: The ActionEvent object.
Show Tooltips
The tooltips toolbar has been (de-)activated through the menu. Arguments: The ActionEvent object.
keyPressed
A keyPressed event has been raised. Arguments: The KeyEvent object.
keyReleased
A keyReleased event has been raised. Arguments: The KeyEvent object.
keyTyped
A keyTyped event has been raised. Arguments: The KeyEvent object.
mouseClicked
A mouseClicked event has been raised. Arguments: The MouseEvent object.
mouseDragged
A mouseDragged event has been raised. Arguments: The MouseEvent object.
mouseEntered
A mouseEntered event has been raised. Arguments: The MouseEvent object.
mouseExited
A mouseExited event has been raised. Arguments: The MouseEvent object.
mouseMoved
A mouseMoved event has been raised. Arguments: The MouseEvent object.
entityHover
Raised whenever the mouse hovers above an entity (within a range with a radius of 10 pixels). Arguments: The Entity object.
entityUnhover
Raised whenever the mouse does not hover above an entity. This event should only be used to undo previous settings set with the entityHover event. Arguments: The Entity object.
mousePressed
A mousePressed event has been raised. Arguments: The MouseEvent object.
mouseReleased
A mouseReleased event has been raised. Arguments: The MouseEvent object.
propertyChange
A propertyChange event has been raised. Arguments: The PropertyChangeEvent object.

Comments are closed.