public interface Bundler
Modifier and Type | Method and Description |
---|---|
void |
init(TP transport)
Called after creation of the bundler
|
void |
send(Message msg) |
int |
size()
The number of unsent messages in the bundler
|
void |
start()
Called after
init(TP) |
void |
stop() |
void |
viewChange(View view) |
void init(TP transport)
transport
- the transport, for further referencevoid start()
init(TP)
void stop()
void send(Message msg) throws java.lang.Exception
java.lang.Exception
void viewChange(View view)
int size()
Copyright © 1998-2020 Red Hat. All Rights Reserved.