|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
com.bankframe.services.devices.unittest.PinPadTest
public class PinPadTest
This class is used for unit testing the MagTek IntelliPIN card-swipe device Can be used as a Standalone application or an Applet
| Field Summary |
|---|
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
PinPadTest()
Default Constructor |
|
| Method Summary | |
|---|---|
void |
destroy()
This method is called when the applet is destroyed |
void |
handlePinPad(PinPadEvent event)
This method handles pin pad events |
void |
init()
This method initalises the app |
static void |
main(String[] args)
This method is the entry point to the application |
void |
paint(Graphics g)
This method is called when the applet must redraw itself |
void |
run()
This method is called to start the applet |
void |
start()
This method is called when the applet is started |
void |
stop()
This method is called when the applet is stopped |
| Methods inherited from class java.applet.Applet |
|---|
getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus |
| Methods inherited from class java.awt.Panel |
|---|
addNotify |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PinPadTest()
| Method Detail |
|---|
public void init()
init in class Appletpublic void start()
start in class Appletpublic void stop()
stop in class Appletpublic void destroy()
destroy in class Appletpublic void paint(Graphics g)
paint in class Containerpublic void run()
public void handlePinPad(PinPadEvent event)
handlePinPad in interface PinPadListenerevent - The event to handlepublic static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||