ch.aplu.jgamegrid
Interface GGBorderListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
Actor, CardActor, CardCover, GGButton, GGButtonBase, GGCheckButton, GGRadioButton, GGToggleButton, TextActor, ToolBarItem, ToolBarSeparator, ToolBarStack, ToolBarText

public interface GGBorderListener
extends java.util.EventListener

Declarations of the notification method called when the actor is at a border cell.
(Cannot be used with Jython's constructor callback registration)


Method Summary
 void nearBorder(Actor actor, Location location)
          Event callback method called when the actor enters a border cell.
 

Method Detail

nearBorder

void nearBorder(Actor actor,
                Location location)
Event callback method called when the actor enters a border cell.

Parameters:
actor - the actor that was moved in a border cell