|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegionEnterExitListener
This interface must be implemented by any class that wishes to receive region entry/exit events from the system. These include:
| Method Summary | |
|---|---|
void |
regionEnter(long time,
Region region,
PageInstance page)
Called when the pen enters a region assigned to your penlet. |
void |
regionExit(long time,
Region region,
PageInstance page)
Called when the pen exits a region assigned to your penlet. |
| Method Detail |
|---|
void regionEnter(long time,
Region region,
PageInstance page)
time - the system time of the eventregion - the pen entered this regionpage - the page where the event occurred
void regionExit(long time,
Region region,
PageInstance page)
time - the system time of the eventregion - the pen exited this regionpage - the page where the event occurred
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||