|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.hci.r3.events.EventHandler
edu.stanford.hci.r3.events.handlers.LocationHandler
public abstract class LocationHandler
Triggers different code depending on which area of the region we are writing on. May be useful for things like writing in the margin of a notebook.
This software is distributed under the BSD License.
| Field Summary |
|---|
| Fields inherited from class edu.stanford.hci.r3.events.EventHandler |
|---|
parentRegions |
| Constructor Summary | |
|---|---|
LocationHandler()
|
|
| Method Summary | |
|---|---|
void |
handleEvent(PenEvent event)
if this event should be consumed (i.e., lower priority event handlers should not see this event), we should set the event.consumed property to true |
| Methods inherited from class edu.stanford.hci.r3.events.EventHandler |
|---|
addParentRegion, getParentRegions, showMe, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocationHandler()
| Method Detail |
|---|
public void handleEvent(PenEvent event)
EventHandler
handleEvent in class EventHandlerEventHandler.handleEvent(edu.stanford.hci.r3.events.PenEvent)
|
Copyright 2006 Stanford University | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||