application
Interface MainInterface

All Known Implementing Classes:
BorneApplet

public interface MainInterface

Titre : MainInterface

Description : Une interface pour l'AccesParking. L'implémentation sera différente pour une applet ou une application standalone

Copyright : Copyright (c) 2003

Société :


Method Summary
 boolean canExit()
           
 void exit(int level)
           
 java.lang.String getMyIPAdresse()
           
 

Method Detail

exit

public void exit(int level)

getMyIPAdresse

public java.lang.String getMyIPAdresse()

canExit

public boolean canExit()