📄 pushregistryimpl.java
字号:
/*
* Created on 2005-8-15 by pcy
*
* TODO To change the template for this generated file go to
* Window - Preferences - Java - Code Style - Code Templates
*/
package a.a.a.midp.io;
/**
* @author pcy
*
* TODO To change the template for this generated type comment go to
* Window - Preferences - Java - Code Style - Code Templates
*/
public class PushRegistryImpl {
/**
*
*/
public PushRegistryImpl() {
super();
// TODO Auto-generated constructor stub
}
public static void registerConnection(String connection, String midlet,
String filter){
}
public static boolean unregisterConnection(String connection){
return true;
}
public static String listConnections(boolean available){
return null;
}
public static String getMIDlet(String connection){
return null;
}
public static String getFilter(String connection){
return null;
}
public static long registerAlarm(String midlet, long time){
return 0;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -