@Krish1998 it would help if you would be very specific as to what you are try to do and supply some code examples. However you might be able to use a
DeviceEventListener
See: https://github.com/MangoAutomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/event/DeviceEventListener.java
And an example use here:
https://github.com/MangoAutomation/BACnet4J-samples/blob/master/src/test/java/com/infiniteautomation/bacnet4j/npdu/ip/BacnetIpListenerDiscoveryExample.java