|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener for the xINCA xBoard.
Copyright (c) 2002 ICMC-USP.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
Method Summary | |
void |
handleJumpToSlide(int index,
int lastIndex,
java.awt.image.BufferedImage boardImage,
boolean changed)
Callback method to handle a jumpToSlide action this whiteboard is being notified of |
void |
handleNewSlideAt(int index,
int lastIndex,
java.awt.image.BufferedImage boardImage,
boolean changed)
Callback method to handle a newSlideAt action this whiteboard is being notified of |
void |
handleStroke(common.data.Stroke stroke)
Callback method to handle a Stroke this whiteboard is being notified of |
Method Detail |
public void handleStroke(common.data.Stroke stroke)
stroke
- is the Stroke to handlepublic void handleNewSlideAt(int index, int lastIndex, java.awt.image.BufferedImage boardImage, boolean changed)
index
- is the position where the new slide is being inserted inlastIndex
- is the position of the previous slideboardImage
- is the image of the previous slidechanged
- indicates if the image have changed from its previous instancepublic void handleJumpToSlide(int index, int lastIndex, java.awt.image.BufferedImage boardImage, boolean changed)
index
- is the index of the slide is being jumped tolastIndex
- is the position of the previous slideboardImage
- is the image of the previous slidechanged
- indicates if the image have changed from its previous instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |