org.rosuda.ibase
Class NotifyMsg
java.lang.Object
org.rosuda.ibase.NotifyMsg
public class NotifyMsg
- extends Object
messages passed with NotifyAllDep
- Version:
- $Id: NotifyMsg.java,v 1.5 2003/07/29 21:54:22 starsoft Exp $
NotifyMsg
public NotifyMsg(Object src,
int msgid,
String command,
Object[] params)
NotifyMsg
public NotifyMsg(Object src,
int msgid,
String command)
NotifyMsg
public NotifyMsg(Object src,
int msgid)
NotifyMsg
public NotifyMsg(Object src)
getSource
public Object getSource()
getMessageID
public int getMessageID()
getCommand
public String getCommand()
getParams
public Object[] getParams()
parCount
public int parCount()
parAt
public Object parAt(int pos)
parI
public int parI(int pos)
parD
public double parD(int pos)
parS
public String parS(int pos)
toString
public String toString()
- Overrides:
toString in class Object