|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
RegionEnterExitListener
public interface AreaEnterExitListener
The AreaEnterExitListener interface should be implemented by
a penlet that wishes to receive AreaEnter and AreaExit events from
the system.
This class no longer provides functionality and remains as a stub to
provide an upgrade path to usage of RegionEnterExitListener
| Method Summary | |
|---|---|
void |
areaEnter(long time,
Region region,
PageInstance pageInstance)
Deprecated. Called when the pen enters an area assigned to your penlet |
void |
areaExit(long time,
Region region,
PageInstance pageInstance)
Deprecated. Called when the pen exits an area assigned to your penlet |
| Method Detail |
|---|
void areaEnter(long time,
Region region,
PageInstance pageInstance)
time - system time for the occurrence of the eventregion - the region in which the pen has enteredpageInstance - the PageInstance object of the page where event occurred
void areaExit(long time,
Region region,
PageInstance pageInstance)
time - system time for the occurrence of the eventregion - the region which the pen has exitedpageInstance - the PageInstance object of the page where event occurred
|
PenProfile 2.x | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||