PenProfile 2.x

com.livescribe.event
Interface RegionEnterExitListener


public interface RegionEnterExitListener

This interface must be implemented by any class that wishes to receive region entry/exit events from the system. These include:

  1. Region entered, and
  2. Region exited.


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

regionEnter

void regionEnter(long time,
                 Region region,
                 PageInstance page)
Called when the pen enters a region assigned to your penlet.

Parameters:
time - the system time of the event
region - the pen entered this region
page - the page where the event occurred

regionExit

void regionExit(long time,
                Region region,
                PageInstance page)
Called when the pen exits a region assigned to your penlet.

Parameters:
time - the system time of the event
region - the pen exited this region
page - the page where the event occurred

PenProfile 2.x

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