Package de.gsi.acc.remote.util
Interface Property.PropertyGetHandler<G,R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(Property.ComHandler<R,java.lang.Void> requestFomUser, Property.ComHandler<R,G> replyToUser)
-
-
-
Method Detail
-
handle
void handle(Property.ComHandler<R,java.lang.Void> requestFomUser, Property.ComHandler<R,G> replyToUser) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-