PenProfile 2.x

com.livescribe.event
Interface AreaEnterExitListener


Deprecated. use 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

areaEnter

void areaEnter(long time,
               Region region,
               PageInstance pageInstance)
Deprecated. 
Called when the pen enters an area assigned to your penlet

Parameters:
time - system time for the occurrence of the event
region - the region in which the pen has entered
pageInstance - the PageInstance object of the page where event occurred

areaExit

void areaExit(long time,
              Region region,
              PageInstance pageInstance)
Deprecated. 
Called when the pen exits an area assigned to your penlet

Parameters:
time - system time for the occurrence of the event
region - the region which the pen has exited
pageInstance - the PageInstance object of the page where event occurred

PenProfile 2.x

Copyright © 2010 Livescribe Inc. All Rights Reserved.
Confidential and subject to NDA.