pase.server
Class App
java.lang.Object
pase.server.App
- All Implemented Interfaces:
- java.util.EventListener, org.springframework.context.ApplicationListener, pe.pase.event.ServerListener
public class App
- extends java.lang.Object
- implements pe.pase.event.ServerListener, org.springframework.context.ApplicationListener
Constructor Summary |
App(java.lang.String lang)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_versionInfo
public static java.lang.String _versionInfo
App
public App(java.lang.String lang)
main
public static void main(java.lang.String[] args)
getProductInfo
public static java.util.HashMap getProductInfo()
setProductInfo
public static void setProductInfo(java.util.Map info)
onServerEvent
public void onServerEvent(pe.pase.event.ServerEvent event)
- Specified by:
onServerEvent
in interface pe.pase.event.ServerListener
onApplicationEvent
public void onApplicationEvent(org.springframework.context.ApplicationEvent event)
- Specified by:
onApplicationEvent
in interface org.springframework.context.ApplicationListener